Home
last modified time | relevance | path

Searched refs:OP_SECINFO_NO_NAME (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dnfs4.h112 OP_SECINFO_NO_NAME = 52, enumerator
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c2242 [OP_SECINFO_NO_NAME] = {
Dnfs4xdr.c1768 [OP_SECINFO_NO_NAME] = (nfsd4_dec)nfsd4_decode_secinfo_no_name,
4257 [OP_SECINFO_NO_NAME] = (nfsd4_enc)nfsd4_encode_secinfo_no_name,
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c2022 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr); in encode_secinfo_no_name()
5444 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME); in decode_secinfo_no_name()
Dnfs4proc.c6730 1 << (OP_SECINFO_NO_NAME - 32) |
6801 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) { in nfs4_sp4_select_mode()