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:S_AUTOMOUNT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/
H
A
D
dynroot.c
97
inode->i_flags |=
S_AUTOMOUNT
;
in afs_iget_pseudo_dir()
H
A
D
inode.c
109
inode->i_flags |=
S_AUTOMOUNT
;
in afs_inode_init_from_status()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
dynroot.c
98
inode->i_flags |=
S_AUTOMOUNT
;
in afs_iget_pseudo_dir()
H
A
D
inode.c
119
inode->i_flags |=
S_AUTOMOUNT
;
in afs_inode_init_from_status()
/kernel/linux/linux-5.10/fs/debugfs/
H
A
D
inode.c
635
inode->i_flags |=
S_AUTOMOUNT
;
in debugfs_create_automount()
/kernel/linux/linux-6.6/fs/debugfs/
H
A
D
inode.c
668
inode->i_flags |=
S_AUTOMOUNT
;
in debugfs_create_automount()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
2045
#define
S_AUTOMOUNT
(1 << 11) /* Automount/referral quasi-directory */
macro
2091
#define IS_AUTOMOUNT(inode) ((inode)->i_flags &
S_AUTOMOUNT
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2105
#define
S_AUTOMOUNT
(1 << 11) /* Automount/referral quasi-directory */
macro
2152
#define IS_AUTOMOUNT(inode) ((inode)->i_flags &
S_AUTOMOUNT
)
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
inode.c
509
inode->i_flags |=
S_AUTOMOUNT
;
in nfs_fhget()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
inode.c
336
inode->i_flags |=
S_AUTOMOUNT
;
in fuse_iget()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
inode.c
456
inode->i_flags |=
S_AUTOMOUNT
;
in fuse_iget()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
inode.c
507
inode->i_flags |=
S_AUTOMOUNT
;
in nfs_fhget()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
inode.c
218
inode->i_flags |=
S_AUTOMOUNT
;
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
inode.c
222
inode->i_flags |=
S_AUTOMOUNT
;
in cifs_fattr_to_inode()
Completed in 34 milliseconds