Searched refs:OP_HANDLES_WRONGSEC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4proc.c | 2253 return !(nextd->op_flags & OP_HANDLES_WRONGSEC); in need_wrongsec_check() 2886 .op_flags = OP_HANDLES_WRONGSEC | OP_CLEAR_STATEID, 2892 .op_flags = OP_HANDLES_WRONGSEC | OP_CLEAR_STATEID, 2903 .op_flags = OP_HANDLES_WRONGSEC | OP_MODIFIES_SOMETHING, 2989 .op_flags = OP_HANDLES_WRONGSEC | OP_MODIFIES_SOMETHING, 2996 .op_flags = OP_HANDLES_WRONGSEC, 3100 .op_flags = OP_HANDLES_WRONGSEC,
|
H A D | xdr4.h | 854 OP_HANDLES_WRONGSEC = 1 << 3, enumerator
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4proc.c | 2570 return !(nextd->op_flags & OP_HANDLES_WRONGSEC); in need_wrongsec_check() 3224 .op_flags = OP_HANDLES_WRONGSEC | OP_CLEAR_STATEID, 3230 .op_flags = OP_HANDLES_WRONGSEC | OP_CLEAR_STATEID, 3241 .op_flags = OP_HANDLES_WRONGSEC | OP_MODIFIES_SOMETHING, 3327 .op_flags = OP_HANDLES_WRONGSEC | OP_MODIFIES_SOMETHING, 3334 .op_flags = OP_HANDLES_WRONGSEC, 3438 .op_flags = OP_HANDLES_WRONGSEC,
|
H A D | xdr4.h | 846 OP_HANDLES_WRONGSEC = 1 << 3, enumerator
|
Completed in 13 milliseconds