Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs4.h130 OP_SECINFO_NO_NAME = 52, enumerator
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4xdr.c2158 [OP_SECINFO_NO_NAME] = (nfsd4_dec)nfsd4_decode_secinfo_no_name,
5122 [OP_SECINFO_NO_NAME] = (nfsd4_enc)nfsd4_encode_secinfo_no_name,
Dnfs4proc.c3097 [OP_SECINFO_NO_NAME] = {
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c2060 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr); in encode_secinfo_no_name()
5518 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME); in decode_secinfo_no_name()
Dnfs4proc.c8363 1 << (OP_SECINFO_NO_NAME - 32) |
8446 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) { in nfs4_sp4_select_mode()