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:ni_lock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
file.c
393
ni_lock
(ni);
in ntfs_truncate()
501
ni_lock
(ni);
in ntfs_fallocate()
531
ni_lock
(ni);
in ntfs_fallocate()
556
ni_lock
(ni);
in ntfs_fallocate()
572
ni_lock
(ni);
in ntfs_fallocate()
640
ni_lock
(ni);
in ntfs_fallocate()
935
ni_lock
(ni);
in ntfs_compress_write()
1020
ni_lock
(ni);
in ntfs_compress_write()
1178
ni_lock
(ni);
in ntfs_file_release()
1204
ni_lock
(n
in ntfs_fiemap()
[all...]
H
A
D
xattr.c
261
ni_lock
(ni);
in ntfs_get_ea()
332
ni_lock
(ni);
in ntfs_set_ea()
565
ni_lock
(ni);
in ntfs_get_acl()
734
ni_lock
(ni);
in ntfs_listxattr()
860
ni_lock
(ni);
in ntfs_setxattr()
919
ni_lock
(ni);
in ntfs_setxattr()
955
ni_lock
(ni);
in ntfs_save_wsl_perm()
H
A
D
ntfs_fs.h
335
/* Nested class for ntfs_inode::
ni_lock
. */
362
struct mutex
ni_lock
;
member
1117
static inline void
ni_lock
(struct ntfs_inode *ni)
in ni_lock()
function
1119
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_NORMAL);
in ni_lock()
1124
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_PARENT);
in ni_lock_dir()
1129
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_PARENT2);
in ni_lock_dir2()
1134
mutex_unlock(&ni->
ni_lock
);
in ni_unlock()
1139
return mutex_trylock(&ni->
ni_lock
);
in ni_trylock()
H
A
D
namei.c
84
ni_lock
(ni);
in ntfs_lookup()
151
ni_lock
(ni);
in ntfs_link()
329
ni_lock
(ni);
in ntfs_rename()
389
* Load in cache current acl to avoid
ni_lock
(dir):
in ntfs_atomic_open()
391
* ntfs_get_acl -> ntfs_get_acl_ex ->
ni_lock
in ntfs_atomic_open()
H
A
D
inode.c
573
ni_lock
(ni);
in ntfs_get_block_vbo()
707
ni_lock
(ni);
in ntfs_read_folio()
717
ni_lock
(ni);
in ntfs_read_folio()
835
ni_lock
(ni);
in ntfs_set_size()
861
ni_lock
(ni);
in ntfs_resident_writepage()
912
ni_lock
(ni);
in ntfs_write_begin()
947
ni_lock
(ni);
in ntfs_write_end()
1772
ni_lock
(ni);
in ntfs_unlink_inode()
H
A
D
fsntfs.c
947
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_DIRTY);
in ntfs_set_state()
1996
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_SECURITY);
in ntfs_get_security_by_id()
2115
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_SECURITY);
in ntfs_insert_security()
2365
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_OBJID);
in ntfs_objid_remove()
2395
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_REPARSE);
in ntfs_insert_reparse()
2422
mutex_lock_nested(&ni->
ni_lock
, NTFS_INODE_MUTEX_REPARSE);
in ntfs_remove_reparse()
2672
ni_lock
(ni);
in ntfs_set_label()
H
A
D
dir.c
428
ni_lock
(ni);
in ntfs_readdir()
H
A
D
record.c
148
ni_lock
(mft_ni);
in mi_read()
H
A
D
super.c
564
mutex_init(&ni->
ni_lock
);
in ntfs_alloc_inode()
572
mutex_destroy(&ni->
ni_lock
);
in ntfs_free_inode()
H
A
D
attrib.c
914
ni_lock
(ni);
in attr_data_get_block()
Completed in 17 milliseconds