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_fsnotify_mask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/
H
A
D
fsnotify.c
164
marks_mask |= fsnotify_parent_needed_mask(inode->i_sb->
s_fsnotify_mask
);
in fsnotify_event_needs_parent()
501
marks_mask = sb->
s_fsnotify_mask
;
in fsnotify()
H
A
D
mark.c
107
return &fsnotify_conn_sb(conn)->
s_fsnotify_mask
;
in fsnotify_conn_mask_p()
189
fsnotify_conn_sb(conn)->
s_fsnotify_mask
= 0;
in fsnotify_detach_connector_from_object()
/kernel/linux/linux-6.6/fs/notify/
H
A
D
fsnotify.c
162
marks_mask |= fsnotify_parent_needed_mask(inode->i_sb->
s_fsnotify_mask
);
in fsnotify_event_needs_parent()
528
marks_mask = sb->
s_fsnotify_mask
;
in fsnotify()
H
A
D
mark.c
107
return &fsnotify_conn_sb(conn)->
s_fsnotify_mask
;
in fsnotify_conn_mask_p()
261
fsnotify_conn_sb(conn)->
s_fsnotify_mask
= 0;
in fsnotify_detach_connector_from_object()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1470
* Keep s_fs_info, s_time_gran,
s_fsnotify_mask
, and
1482
__u32
s_fsnotify_mask
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1235
* Keep s_fs_info, s_time_gran,
s_fsnotify_mask
, and
1247
__u32
s_fsnotify_mask
;
member
Completed in 16 milliseconds