Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnfs4.h130 OP_SECINFO_NO_NAME = 52, enumerator
/linux-6.6.21/fs/nfsd/
Dnfs4xdr.c2387 [OP_SECINFO_NO_NAME] = nfsd4_decode_secinfo_no_name,
5322 [OP_SECINFO_NO_NAME] = nfsd4_encode_secinfo_no_name,
Dnfs4proc.c3435 [OP_SECINFO_NO_NAME] = {
/linux-6.6.21/fs/nfs/
Dnfs4xdr.c2088 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr); in encode_secinfo_no_name()
5626 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME); in decode_secinfo_no_name()
Dnfs4proc.c8589 1 << (OP_SECINFO_NO_NAME - 32) |
8672 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) { in nfs4_sp4_select_mode()