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:quota_sem
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
2331
* down_read(
quota_sem
)
in f2fs_quota_sync()
2335
* down_read(
quota_sem
)
in f2fs_quota_sync()
2338
down_read(&sbi->
quota_sem
);
in f2fs_quota_sync()
2342
up_read(&sbi->
quota_sem
);
in f2fs_quota_sync()
2468
down_read_nested(&sbi->
quota_sem
, SINGLE_DEPTH_NESTING);
in f2fs_dquot_commit()
2472
up_read(&sbi->
quota_sem
);
in f2fs_dquot_commit()
2481
down_read(&sbi->
quota_sem
);
in f2fs_dquot_acquire()
2485
up_read(&sbi->
quota_sem
);
in f2fs_dquot_acquire()
3731
init_rwsem(&sbi->
quota_sem
);
in f2fs_fill_super()
H
A
D
checkpoint.c
1172
if (!down_write_trylock(&sbi->
quota_sem
))
in __need_flush_quota()
1184
up_write(&sbi->
quota_sem
);
in __need_flush_quota()
H
A
D
f2fs.h
1485
struct rw_semaphore
quota_sem
; /* blocking cp for flags */
member
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
2939
* f2fs_down_read(
quota_sem
)
in f2fs_quota_sync()
2943
* f2fs_down_read(
quota_sem
)
in f2fs_quota_sync()
2946
f2fs_down_read(&sbi->
quota_sem
);
in f2fs_quota_sync()
2950
f2fs_up_read(&sbi->
quota_sem
);
in f2fs_quota_sync()
3087
f2fs_down_read_nested(&sbi->
quota_sem
, SINGLE_DEPTH_NESTING);
in f2fs_dquot_commit()
3091
f2fs_up_read(&sbi->
quota_sem
);
in f2fs_dquot_commit()
3100
f2fs_down_read(&sbi->
quota_sem
);
in f2fs_dquot_acquire()
3104
f2fs_up_read(&sbi->
quota_sem
);
in f2fs_dquot_acquire()
4398
init_f2fs_rwsem(&sbi->
quota_sem
);
in f2fs_fill_super()
H
A
D
checkpoint.c
1182
if (!f2fs_down_write_trylock(&sbi->
quota_sem
))
in __need_flush_quota()
1194
f2fs_up_write(&sbi->
quota_sem
);
in __need_flush_quota()
H
A
D
f2fs.h
1637
struct f2fs_rwsem
quota_sem
; /* blocking cp for flags */
member
Completed in 32 milliseconds