Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_proc.c31 res->status = htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_getattr()
80 res = htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_recall()
335 u32 res = NFS4ERR_OP_NOT_IN_SESSION; in nfs4_callback_layoutrecall()
362 res = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_devicenotify()
595 status = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_recallany()
641 status = htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_recallslot()
666 return htonl(NFS4ERR_OP_NOT_IN_SESSION); in nfs4_callback_notify_lock()
H A Dnfs4trace.h123 TRACE_DEFINE_ENUM(NFS4ERR_OP_NOT_IN_SESSION);
277 { NFS4ERR_OP_NOT_IN_SESSION, "OP_NOT_IN_SESSION" }, \
H A Dcallback_xdr.c761 return htonl(NFS4ERR_OP_NOT_IN_SESSION); in preprocess_nfs41_op()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h263 NFS4ERR_OP_NOT_IN_SESSION = 10071, /* op needs [CB_]SEQ. op */ enumerator
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsd.h266 #define nfserr_op_not_in_session cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION)