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:truncate_lock
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
file.c
303
down_write(&EXFAT_I(inode)->
truncate_lock
);
in exfat_setattr()
311
up_write(&EXFAT_I(inode)->
truncate_lock
);
in exfat_setattr()
H
A
D
inode.c
446
down_read(&EXFAT_I(mapping->host)->
truncate_lock
);
in exfat_aop_bmap()
448
up_read(&EXFAT_I(mapping->host)->
truncate_lock
);
in exfat_aop_bmap()
H
A
D
exfat_fs.h
321
struct rw_semaphore
truncate_lock
;
member
H
A
D
super.c
179
init_rwsem(&ei->
truncate_lock
);
in exfat_alloc_inode()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
file.c
336
down_write(&EXFAT_I(inode)->
truncate_lock
);
in exfat_setattr()
339
up_write(&EXFAT_I(inode)->
truncate_lock
);
in exfat_setattr()
H
A
D
inode.c
472
down_read(&EXFAT_I(mapping->host)->
truncate_lock
);
in exfat_aop_bmap()
474
up_read(&EXFAT_I(mapping->host)->
truncate_lock
);
in exfat_aop_bmap()
H
A
D
exfat_fs.h
297
struct rw_semaphore
truncate_lock
;
member
H
A
D
super.c
189
init_rwsem(&ei->
truncate_lock
);
in exfat_alloc_inode()
/kernel/linux/linux-5.10/fs/fat/
H
A
D
file.c
535
down_write(&MSDOS_I(inode)->
truncate_lock
);
in fat_setattr()
538
up_write(&MSDOS_I(inode)->
truncate_lock
);
in fat_setattr()
H
A
D
fat.h
128
struct rw_semaphore
truncate_lock
; /* protect bmap against truncate */
member
H
A
D
inode.c
325
down_read(&MSDOS_I(mapping->host)->
truncate_lock
);
in _fat_bmap()
327
up_read(&MSDOS_I(mapping->host)->
truncate_lock
);
in _fat_bmap()
751
init_rwsem(&ei->
truncate_lock
);
in fat_alloc_inode()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
file.c
549
down_write(&MSDOS_I(inode)->
truncate_lock
);
in fat_setattr()
552
up_write(&MSDOS_I(inode)->
truncate_lock
);
in fat_setattr()
H
A
D
fat.h
128
struct rw_semaphore
truncate_lock
; /* protect bmap against truncate */
member
H
A
D
inode.c
320
down_read(&MSDOS_I(mapping->host)->
truncate_lock
);
in _fat_bmap()
322
up_read(&MSDOS_I(mapping->host)->
truncate_lock
);
in _fat_bmap()
749
init_rwsem(&ei->
truncate_lock
);
in fat_alloc_inode()
Completed in 27 milliseconds