Home
last modified time | relevance | path

Searched refs:op_claim_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4proc.c479 open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR) in do_open_lookup()
512 if (open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH) in do_open_fhandle()
547 if (open->op_create && open->op_claim_type != NFS4_OPEN_CLAIM_NULL) in nfsd4_open()
557 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 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
597 switch (open->op_claim_type) { in nfsd4_open()
H A Dxdr4.h368 u32 op_claim_type; /* request */ member
H A Dnfs4state.c5631 return open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR || in nfsd4_is_deleg_cur()
5632 open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH; in nfsd4_is_deleg_cur()
6194 switch (open->op_claim_type) { in nfs4_open_delegation()
6245 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
6405 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
H A Dnfs4xdr.c1134 if (xdr_stream_decode_u32(argp->xdr, &open->op_claim_type) < 0) in nfsd4_decode_open_claim4()
1136 switch (open->op_claim_type) { in nfsd4_decode_open_claim4()