Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dnfs4.h366 NFS4_OPEN_DELEGATE_NONE = 0, enumerator
/linux-5.19.10/fs/nfsd/
Dnfs4state.c5420 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE; in nfs4_open_delegation()
5422 open->op_delegate_type != NFS4_OPEN_DELEGATE_NONE) { in nfs4_open_delegation()
5547 if (open->op_delegate_type == NFS4_OPEN_DELEGATE_NONE && dp && in nfsd4_process_open2()
Dnfs4xdr.c3793 case NFS4_OPEN_DELEGATE_NONE: in nfsd4_encode_open()
/linux-5.19.10/fs/nfs/
Dnfs4xdr.c1478 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_NONE); in encode_delegation_type()
5201 case NFS4_OPEN_DELEGATE_NONE: in decode_delegation()