Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs4.h132 OP_SECINFO_NO_NAME = 52, enumerator
/linux-6.15/fs/nfsd/
H A Dnfs4xdr.c2430 [OP_SECINFO_NO_NAME] = nfsd4_decode_secinfo_no_name,
5784 [OP_SECINFO_NO_NAME] = nfsd4_encode_secinfo_no_name,
H A Dnfs4proc.c3617 [OP_SECINFO_NO_NAME] = {
/linux-6.15/fs/nfs/
H A Dnfs4xdr.c2122 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr); in encode_secinfo_no_name()
5686 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME); in decode_secinfo_no_name()
H A Dnfs4proc.c8826 1 << (OP_SECINFO_NO_NAME - 32) |
8909 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) { in nfs4_sp4_select_mode()