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:dirent_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
vfs.c
1099
buf->
dirent_count
++;
in __dir_empty()
1101
return buf->
dirent_count
<= 2;
in __dir_empty()
1118
readdir_data.
dirent_count
= 0;
in ksmbd_vfs_empty_dir()
1121
if (readdir_data.
dirent_count
> 2)
in ksmbd_vfs_empty_dir()
1151
buf->
dirent_count
= 1;
in __caseless_lookup()
1175
.
dirent_count
= 0,
in ksmbd_vfs_lookup_in_dir()
1184
if (readdir_data.
dirent_count
> 0)
in ksmbd_vfs_lookup_in_dir()
H
A
D
vfs.h
62
unsigned int
dirent_count
;
member
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
protocol.h
258
__s64
dirent_count
;
member
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
protocol.h
258
__s64
dirent_count
;
member
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dir.c
2690
int
dirent_count
= 0;
in ocfs2_new_dx_should_be_inline()
local
2702
dirent_count
++;
in ocfs2_new_dx_should_be_inline()
2708
return
dirent_count
< ocfs2_dx_entries_per_root(dir->i_sb);
in ocfs2_new_dx_should_be_inline()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dir.c
2679
int
dirent_count
= 0;
in ocfs2_new_dx_should_be_inline()
local
2691
dirent_count
++;
in ocfs2_new_dx_should_be_inline()
2697
return
dirent_count
< ocfs2_dx_entries_per_root(dir->i_sb);
in ocfs2_new_dx_should_be_inline()
Completed in 18 milliseconds