Home
last modified time | relevance | path

Searched refs:NFS4_OPEN_CLAIM_NULL (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dnfs4.h407 NFS4_OPEN_CLAIM_NULL = 0, enumerator
/linux-3.4.99/fs/nfsd/
Dnfs4proc.c326 if (open->op_create && open->op_claim_type != NFS4_OPEN_CLAIM_NULL) in nfsd4_open()
378 case NFS4_OPEN_CLAIM_NULL: in nfsd4_open()
Dnfs4xdr.c782 case NFS4_OPEN_CLAIM_NULL: in nfsd4_decode_open()
Dnfs4state.c2934 case NFS4_OPEN_CLAIM_NULL: in nfs4_open_delegation()
/linux-3.4.99/fs/nfs/
Dnfs4xdr.c1394 BUG_ON(arg->claim != NFS4_OPEN_CLAIM_NULL); in encode_opentype()
1425 *p = cpu_to_be32(NFS4_OPEN_CLAIM_NULL); in encode_claim_null()
1454 case NFS4_OPEN_CLAIM_NULL: in encode_open()
Dnfs4proc.c847 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL; in nfs4_opendata_alloc()