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:ls_layout_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
171
if (!nfsd4_layout_ops[ls->
ls_layout_type
]->disable_recalls)
in nfsd4_free_layout_stateid()
187
if (nfsd4_layout_ops[ls->
ls_layout_type
]->disable_recalls)
in nfsd4_layout_setlease()
234
ls->
ls_layout_type
= layout_type;
in nfsd4_alloc_layout_stateid()
303
if (layout_type != ls->
ls_layout_type
)
in nfsd4_preprocess_layout_stateid()
545
if (ls->
ls_layout_type
!= lrp->lr_layout_type)
in nfsd4_return_client_layouts()
691
ops = nfsd4_layout_ops[ls->
ls_layout_type
];
in nfsd4_cb_layout_done()
H
A
D
state.h
582
u32
ls_layout_type
;
member
H
A
D
nfs4callback.c
560
*p++ = cpu_to_be32(ls->
ls_layout_type
);
in encode_cb_layout4args()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
172
if (!nfsd4_layout_ops[ls->
ls_layout_type
]->disable_recalls)
in nfsd4_free_layout_stateid()
188
if (nfsd4_layout_ops[ls->
ls_layout_type
]->disable_recalls)
in nfsd4_layout_setlease()
235
ls->
ls_layout_type
= layout_type;
in nfsd4_alloc_layout_stateid()
304
if (layout_type != ls->
ls_layout_type
)
in nfsd4_preprocess_layout_stateid()
546
if (ls->
ls_layout_type
!= lrp->lr_layout_type)
in nfsd4_return_client_layouts()
692
ops = nfsd4_layout_ops[ls->
ls_layout_type
];
in nfsd4_cb_layout_done()
H
A
D
state.h
620
u32
ls_layout_type
;
member
H
A
D
nfs4callback.c
631
*p++ = cpu_to_be32(ls->
ls_layout_type
);
in encode_cb_layout4args()
Completed in 10 milliseconds