Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dcallback_proc.c36 res->status = htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_getattr()
85 res = htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_recall()
340 u32 res = NFS4ERR_OP_NOT_IN_SESSION; in nfs4_callback_layoutrecall()
367 res = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_devicenotify()
600 status = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_recallany()
646 status = htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_recallslot()
671 return htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_notify_lock()
Dcallback_xdr.c760 return htonl(NFS4ERR_OP_NOT_IN_SESSION); in preprocess_nfs41_op()
/linux-6.1.9/include/trace/events/
Dnfs.h163 TRACE_DEFINE_ENUM(NFS4ERR_OP_NOT_IN_SESSION);
312 { NFS4ERR_OP_NOT_IN_SESSION, "OP_NOT_IN_SESSION" }, \
/linux-6.1.9/include/linux/
Dnfs4.h263 NFS4ERR_OP_NOT_IN_SESSION = 10071, /* op needs [CB_]SEQ. op */ enumerator
/linux-6.1.9/fs/nfsd/
Dnfsd.h287 #define nfserr_op_not_in_session cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION)