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:op_claim_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4proc.c
299
open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEGATE_CUR)
in do_open_lookup()
333
if (open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEG_CUR_FH)
in do_open_fhandle()
367
if (open->op_create && open->
op_claim_type
!= NFS4_OPEN_CLAIM_NULL)
in nfsd4_open()
378
open->
op_claim_type
!= NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_open()
412
if (opens_in_grace(net) && open->
op_claim_type
!= NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_open()
415
if (!opens_in_grace(net) && open->
op_claim_type
== NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_open()
418
switch (open->
op_claim_type
) {
in nfsd4_open()
443
open->
op_claim_type
);
in nfsd4_open()
448
open->
op_claim_type
);
in nfsd4_open()
H
A
D
xdr4.h
254
u32
op_claim_type
; /* request */
member
H
A
D
nfs4state.c
4803
return open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEGATE_CUR ||
in nfsd4_is_deleg_cur()
4804
open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEG_CUR_FH;
in nfsd4_is_deleg_cur()
5114
switch (open->
op_claim_type
) {
in nfs4_open_delegation()
5159
if (open->
op_claim_type
== NFS4_OPEN_CLAIM_PREVIOUS &&
in nfs4_open_delegation()
5279
if (status == 0 && open->
op_claim_type
== NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_process_open2()
H
A
D
nfs4xdr.c
1014
open->
op_claim_type
= be32_to_cpup(p++);
in nfsd4_decode_open()
1015
switch (open->
op_claim_type
) {
in nfsd4_decode_open()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4proc.c
476
open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEGATE_CUR)
in do_open_lookup()
509
if (open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEG_CUR_FH)
in do_open_fhandle()
544
if (open->op_create && open->
op_claim_type
!= NFS4_OPEN_CLAIM_NULL)
in nfsd4_open()
554
open->
op_claim_type
!= NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_open()
588
if (opens_in_grace(net) && open->
op_claim_type
!= NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_open()
591
if (!opens_in_grace(net) && open->
op_claim_type
== NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_open()
594
switch (open->
op_claim_type
) {
in nfsd4_open()
H
A
D
xdr4.h
249
u32
op_claim_type
; /* request */
member
H
A
D
nfs4state.c
5128
return open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEGATE_CUR ||
in nfsd4_is_deleg_cur()
5129
open->
op_claim_type
== NFS4_OPEN_CLAIM_DELEG_CUR_FH;
in nfsd4_is_deleg_cur()
5639
switch (open->
op_claim_type
) {
in nfs4_open_delegation()
5681
if (open->
op_claim_type
== NFS4_OPEN_CLAIM_PREVIOUS &&
in nfs4_open_delegation()
5815
if (status == 0 && open->
op_claim_type
== NFS4_OPEN_CLAIM_PREVIOUS)
in nfsd4_process_open2()
H
A
D
nfs4xdr.c
1113
if (xdr_stream_decode_u32(argp->xdr, &open->
op_claim_type
) < 0)
in nfsd4_decode_open_claim4()
1115
switch (open->
op_claim_type
) {
in nfsd4_decode_open_claim4()
Completed in 43 milliseconds