Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sb_eas
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
super.c
459
eas = sbi->
sb_eas
; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk;
in hpfs_remount_fs()
481
sbi->
sb_eas
= eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk;
in hpfs_remount_fs()
515
if (!sbi->
sb_eas
)
in hpfs_show_options()
517
if (sbi->
sb_eas
== 1)
in hpfs_show_options()
631
sbi->
sb_eas
= eas;
in hpfs_fill_super()
H
A
D
inode.c
62
if (hpfs_sb(i->i_sb)->
sb_eas
) {
in hpfs_read_inode()
153
} else*/ if (hpfs_sb(i->i_sb)->
sb_eas
>= 2) {
in hpfs_write_inode_ea()
H
A
D
hpfs_fn.h
77
unsigned
sb_eas
: 2; /* eas: 0-ignore, 1-ro, 2-rw */
member
H
A
D
dir.c
254
else if (le32_to_cpu(de->ea_size) && hpfs_sb(dir->i_sb)->
sb_eas
)
in hpfs_lookup()
H
A
D
namei.c
230
if (hpfs_sb(dir->i_sb)->
sb_eas
< 2) return -EPERM;
in hpfs_mknod()
305
if (hpfs_sb(dir->i_sb)->
sb_eas
< 2) {
in hpfs_symlink()
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
super.c
459
eas = sbi->
sb_eas
; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk;
in hpfs_remount_fs()
481
sbi->
sb_eas
= eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk;
in hpfs_remount_fs()
515
if (!sbi->
sb_eas
)
in hpfs_show_options()
517
if (sbi->
sb_eas
== 1)
in hpfs_show_options()
631
sbi->
sb_eas
= eas;
in hpfs_fill_super()
H
A
D
inode.c
62
if (hpfs_sb(i->i_sb)->
sb_eas
) {
in hpfs_read_inode()
153
} else*/ if (hpfs_sb(i->i_sb)->
sb_eas
>= 2) {
in hpfs_write_inode_ea()
H
A
D
dir.c
254
else if (le32_to_cpu(de->ea_size) && hpfs_sb(dir->i_sb)->
sb_eas
)
in hpfs_lookup()
H
A
D
hpfs_fn.h
77
unsigned
sb_eas
: 2; /* eas: 0-ignore, 1-ro, 2-rw */
member
H
A
D
namei.c
228
if (hpfs_sb(dir->i_sb)->
sb_eas
< 2) return -EPERM;
in hpfs_mknod()
302
if (hpfs_sb(dir->i_sb)->
sb_eas
< 2) {
in hpfs_symlink()
Completed in 7 milliseconds