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:lrs_present
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
517
lrp->
lrs_present
= 1;
in nfsd4_return_file_layouts()
521
lrp->
lrs_present
= 0;
in nfsd4_return_file_layouts()
541
lrp->
lrs_present
= 0;
in nfsd4_return_client_layouts()
H
A
D
xdr4.h
520
u32
lrs_present
; /* response */
member
H
A
D
nfs4xdr.c
4506
*p++ = cpu_to_be32(lrp->
lrs_present
);
in nfsd4_encode_layoutreturn()
4507
if (lrp->
lrs_present
)
in nfsd4_encode_layoutreturn()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
518
lrp->
lrs_present
= 1;
in nfsd4_return_file_layouts()
522
lrp->
lrs_present
= 0;
in nfsd4_return_file_layouts()
542
lrp->
lrs_present
= 0;
in nfsd4_return_client_layouts()
H
A
D
xdr4.h
511
u32
lrs_present
; /* response */
member
H
A
D
nfs4xdr.c
4788
*p++ = cpu_to_be32(lrp->
lrs_present
);
in nfsd4_encode_layoutreturn()
4789
if (lrp->
lrs_present
)
in nfsd4_encode_layoutreturn()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
pnfs.c
1509
res->
lrs_present
= 0;
in pnfs_roc()
1555
(*respp)->
lrs_present
= 0;
in pnfs_roc_done()
1593
if (res->
lrs_present
)
in pnfs_roc_release()
H
A
D
nfs4xdr.c
5962
res->
lrs_present
= be32_to_cpup(p);
in decode_layoutreturn()
5963
if (res->
lrs_present
)
in decode_layoutreturn()
H
A
D
nfs4proc.c
9604
lrp->res.
lrs_present
= 0;
in nfs4_layoutreturn_done()
9641
lrp->res.
lrs_present
? &lrp->res.stateid : NULL);
in nfs4_layoutreturn_release()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
pnfs.c
1507
res->
lrs_present
= 0;
in pnfs_roc()
1553
(*respp)->
lrs_present
= 0;
in pnfs_roc_done()
1591
if (res->
lrs_present
)
in pnfs_roc_release()
H
A
D
nfs4xdr.c
6059
res->
lrs_present
= be32_to_cpup(p);
in decode_layoutreturn()
6060
if (res->
lrs_present
)
in decode_layoutreturn()
H
A
D
nfs4proc.c
9812
lrp->res.
lrs_present
= 0;
in nfs4_layoutreturn_done()
9847
lrp->res.
lrs_present
? &lrp->res.stateid : NULL);
in nfs4_layoutreturn_release()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_xdr.h
334
u32
lrs_present
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nfs_xdr.h
337
u32
lrs_present
;
member
Completed in 83 milliseconds