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:dirents
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
readdir.c
920
mutex_lock(&cfid->
dirents
.de_mutex);
in cifs_dir_emit()
921
add_cached_dirent(&cfid->
dirents
, ctx, name, namelen,
in cifs_dir_emit()
923
mutex_unlock(&cfid->
dirents
.de_mutex);
in cifs_dir_emit()
1067
mutex_lock(&cfid->
dirents
.de_mutex);
in cifs_readdir()
1073
if (ctx->pos == 0 && cfid->
dirents
.ctx == NULL) {
in cifs_readdir()
1074
cfid->
dirents
.ctx = ctx;
in cifs_readdir()
1075
cfid->
dirents
.pos = 2;
in cifs_readdir()
1081
if (cfid->
dirents
.is_valid) {
in cifs_readdir()
1083
mutex_unlock(&cfid->
dirents
.de_mutex);
in cifs_readdir()
1086
emit_cached_dirents(&cfid->
dirents
, ct
in cifs_readdir()
[all...]
H
A
D
cached_dir.h
49
struct cached_dirents
dirents
;
member
H
A
D
cached_dir.c
579
INIT_LIST_HEAD(&cfid->
dirents
.entries);
in init_cached_dir()
580
mutex_init(&cfid->
dirents
.de_mutex);
in init_cached_dir()
596
list_for_each_entry_safe(dirent, q, &cfid->
dirents
.entries, entry) {
in free_cached_dir()
/kernel/linux/linux-5.10/fs/afs/
H
A
D
xdr_fs.h
89
union afs_xdr_dirent
dirents
[AFS_DIR_SLOTS_PER_BLOCK];
member
H
A
D
dir_edit.c
133
de = &block->
dirents
[d];
in afs_dir_scan_block()
311
de = &block->
dirents
[slot];
in afs_edit_dir_add()
444
de = &block->
dirents
[slot];
in afs_edit_dir_remove()
H
A
D
dir.c
379
dire = &block->
dirents
[offset];
in afs_dir_iterate_block()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
xdr_fs.h
95
union afs_xdr_dirent
dirents
[AFS_DIR_SLOTS_PER_BLOCK];
member
H
A
D
dir_edit.c
153
de = &block->
dirents
[d];
in afs_dir_scan_block()
319
de = &block->
dirents
[slot];
in afs_edit_dir_add()
447
de = &block->
dirents
[slot];
in afs_edit_dir_remove()
H
A
D
dir.c
431
dire = &block->
dirents
[offset];
in afs_dir_iterate_block()
458
/* Check that the name-extension
dirents
are all allocated */
in afs_dir_iterate_block()
Completed in 9 milliseconds