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

/linux-master/fs/nfs/
H A Dcallback_proc.c36 res->status = htonl(NFS4ERR_OP_NOT_IN_SESSION);
85 res = htonl(NFS4ERR_OP_NOT_IN_SESSION);
343 u32 res = NFS4ERR_OP_NOT_IN_SESSION;
371 res = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION);
609 status = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION);
655 status = htonl(NFS4ERR_OP_NOT_IN_SESSION);
680 return htonl(NFS4ERR_OP_NOT_IN_SESSION);
H A Dcallback_xdr.c760 return htonl(NFS4ERR_OP_NOT_IN_SESSION);
/linux-master/include/trace/misc/
H A Dnfs.h163 TRACE_DEFINE_ENUM(NFS4ERR_OP_NOT_IN_SESSION); variable
313 { NFS4ERR_OP_NOT_IN_SESSION, "OP_NOT_IN_SESSION" }, \
/linux-master/include/linux/
H A Dnfs4.h263 NFS4ERR_OP_NOT_IN_SESSION = 10071, /* op needs [CB_]SEQ. op */ enumerator in enum:nfsstat4
/linux-master/fs/nfsd/
H A Dnfsd.h304 #define nfserr_op_not_in_session cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION)

Completed in 140 milliseconds