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:new_fsn_mark
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/dnotify/
H
A
D
dnotify.c
246
struct fsnotify_mark *
new_fsn_mark
, *fsn_mark;
in fcntl_dirnotify()
local
255
new_fsn_mark
= NULL;
in fcntl_dirnotify()
302
/* set up the
new_fsn_mark
and new_dn_mark */
in fcntl_dirnotify()
303
new_fsn_mark
= &new_dn_mark->fsn_mark;
in fcntl_dirnotify()
304
fsnotify_init_mark(
new_fsn_mark
, dnotify_group);
in fcntl_dirnotify()
305
new_fsn_mark
->mask = mask;
in fcntl_dirnotify()
311
/* add the
new_fsn_mark
or find an old one. */
in fcntl_dirnotify()
317
error = fsnotify_add_inode_mark_locked(
new_fsn_mark
, inode, 0);
in fcntl_dirnotify()
322
spin_lock(&
new_fsn_mark
->lock);
in fcntl_dirnotify()
323
fsn_mark =
new_fsn_mark
;
in fcntl_dirnotify()
[all...]
/kernel/linux/linux-6.6/fs/notify/dnotify/
H
A
D
dnotify.c
264
struct fsnotify_mark *
new_fsn_mark
, *fsn_mark;
in fcntl_dirnotify()
local
273
new_fsn_mark
= NULL;
in fcntl_dirnotify()
320
/* set up the
new_fsn_mark
and new_dn_mark */
in fcntl_dirnotify()
321
new_fsn_mark
= &new_dn_mark->fsn_mark;
in fcntl_dirnotify()
322
fsnotify_init_mark(
new_fsn_mark
, dnotify_group);
in fcntl_dirnotify()
323
new_fsn_mark
->mask = mask;
in fcntl_dirnotify()
329
/* add the
new_fsn_mark
or find an old one. */
in fcntl_dirnotify()
335
error = fsnotify_add_inode_mark_locked(
new_fsn_mark
, inode, 0);
in fcntl_dirnotify()
340
spin_lock(&
new_fsn_mark
->lock);
in fcntl_dirnotify()
341
fsn_mark =
new_fsn_mark
;
in fcntl_dirnotify()
[all...]
Completed in 2 milliseconds