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:run_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
frecord.c
1912
struct rw_semaphore *
run_lock
;
in ni_fiemap()
local
1927
run_lock
= &ni->dir.
run_lock
;
in ni_fiemap()
1944
run_lock
= &ni->file.
run_lock
;
in ni_fiemap()
1961
down_read(
run_lock
);
in ni_fiemap()
1976
up_read(
run_lock
);
in ni_fiemap()
1977
down_write(
run_lock
);
in ni_fiemap()
1983
up_write(
run_lock
);
in ni_fiemap()
1984
down_read(
run_lock
);
in ni_fiemap()
[all...]
H
A
D
attrib.c
902
down_read(&ni->file.
run_lock
);
in attr_data_get_block()
905
up_read(&ni->file.
run_lock
);
in attr_data_get_block()
915
down_write(&ni->file.
run_lock
);
in attr_data_get_block()
1208
up_write(&ni->file.
run_lock
);
in attr_data_get_block()
1425
down_write(&ni->file.
run_lock
);
in attr_wof_frame_info()
1509
up_write(&ni->file.
run_lock
);
in attr_wof_frame_info()
1619
* Assumed: down_write(&ni->file.
run_lock
);
1894
down_write(&ni->file.
run_lock
);
in attr_collapse_range()
2093
up_write(&ni->file.
run_lock
);
in attr_collapse_range()
2168
down_write(&ni->file.
run_lock
);
in attr_punch_hole()
[all...]
H
A
D
record.c
128
rw_lock = &mft_ni->file.
run_lock
;
in mi_read()
443
down_read(&ni->file.
run_lock
);
in mi_format_new()
450
up_read(&ni->file.
run_lock
);
in mi_format_new()
H
A
D
file.c
395
down_write(&ni->file.
run_lock
);
in ntfs_truncate()
398
up_write(&ni->file.
run_lock
);
in ntfs_truncate()
1179
down_write(&ni->file.
run_lock
);
in ntfs_file_release()
1185
up_write(&ni->file.
run_lock
);
in ntfs_file_release()
H
A
D
inode.c
62
init_rwsem(&ni->file.
run_lock
);
in ntfs_read_mft()
457
init_rwsem(&ni->file.
run_lock
);
in ntfs_read_mft()
836
down_write(&ni->file.
run_lock
);
in ntfs_set_size()
841
up_write(&ni->file.
run_lock
);
in ntfs_set_size()
1627
init_rwsem(&ni->file.
run_lock
);
in ntfs_create_inode()
H
A
D
fsntfs.c
511
down_write(&ni->file.
run_lock
);
in ntfs_extend_mft()
516
up_write(&ni->file.
run_lock
);
in ntfs_extend_mft()
536
up_write(&ni->file.
run_lock
);
in ntfs_extend_mft()
785
down_read(&ni->file.
run_lock
);
in ntfs_clear_mft_tail()
802
up_read(&ni->file.
run_lock
);
in ntfs_clear_mft_tail()
811
* sbi->mft.ni->file.
run_lock
for write.
H
A
D
ntfs_fs.h
193
struct rw_semaphore
run_lock
;
member
383
struct rw_semaphore
run_lock
;
member
H
A
D
index.c
369
struct rw_semaphore *lock = &indx->
run_lock
;
in scan_nres_bitmap()
918
init_rwsem(&indx->
run_lock
);
in indx_init()
1043
struct rw_semaphore *lock = &indx->
run_lock
;
in indx_read()
Completed in 18 milliseconds