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:cf_bytes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
readdir.c
255
fattr->
cf_bytes
= le64_to_cpu(info->AllocationSize);
in cifs_posix_to_fattr()
304
fattr->
cf_bytes
= le64_to_cpu(fi->AllocationSize);
in __dir_info_to_fattr()
346
fattr->
cf_bytes
= le32_to_cpu(info->AllocationSize);
in cifs_std_info_to_fattr()
H
A
D
inode.c
213
inode->i_blocks = (512 - 1 + fattr->
cf_bytes
) >> 9;
241
fattr->
cf_bytes
= le64_to_cpu(info->NumOfBytes);
626
fattr->
cf_bytes
= le64_to_cpu(info->AllocationSize);
682
fattr->
cf_bytes
= le64_to_cpu(info->AllocationSize);
H
A
D
cifsglob.h
1704
u64
cf_bytes
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
readdir.c
248
fattr->
cf_bytes
= le64_to_cpu(info->AllocationSize);
in cifs_posix_to_fattr()
294
fattr->
cf_bytes
= le64_to_cpu(fi->AllocationSize);
in __dir_info_to_fattr()
338
fattr->
cf_bytes
= le32_to_cpu(info->AllocationSize);
in cifs_std_info_to_fattr()
H
A
D
inode.c
211
inode->i_blocks = (512 - 1 + fattr->
cf_bytes
) >> 9;
in cifs_fattr_to_inode()
246
fattr->
cf_bytes
= le64_to_cpu(info->NumOfBytes);
in cifs_unix_basic_to_fattr()
697
fattr->
cf_bytes
= le64_to_cpu(info->AllocationSize);
in smb311_posix_info_to_fattr()
831
fattr->
cf_bytes
= le64_to_cpu(info->AllocationSize);
in cifs_open_info_to_fattr()
H
A
D
cifsglob.h
1140
u64
cf_bytes
;
member
Completed in 22 milliseconds