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:NFS3_pagepad_sz
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs3xdr.c
36
#define
NFS3_pagepad_sz
(1) /* Page padding */
macro
74
#define NFS3_readlinkres_sz (1+NFS3_post_op_attr_sz+1+
NFS3_pagepad_sz
)
75
#define NFS3_readres_sz (1+NFS3_post_op_attr_sz+3+
NFS3_pagepad_sz
)
80
#define NFS3_readdirres_sz (1+NFS3_post_op_attr_sz+2+
NFS3_pagepad_sz
)
91
NFS3_pagepad_sz
)
916
NFS3_readlinkres_sz -
NFS3_pagepad_sz
);
in nfs3_xdr_enc_readlink3args()
946
NFS3_readres_sz -
NFS3_pagepad_sz
;
in nfs3_xdr_enc_read3args()
1247
NFS3_readdirres_sz -
NFS3_pagepad_sz
);
in nfs3_xdr_enc_readdir3args()
1290
NFS3_readdirres_sz -
NFS3_pagepad_sz
);
in nfs3_xdr_enc_readdirplus3args()
1336
ACL3_getaclres_sz -
NFS3_pagepad_sz
);
in nfs3_xdr_enc_getacl3args()
[all...]
Completed in 3 milliseconds