Home
last modified time | relevance | path

Searched refs:NFS_OK (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/fs/nfs/
Dnfs2xdr.c148 if (unlikely(*p != cpu_to_be32(NFS_OK))) in decode_stat()
481 if (status != NFS_OK) in decode_attrstat()
540 if (status != NFS_OK) in decode_diropres()
814 if (status != NFS_OK) in nfs2_xdr_dec_stat()
853 if (status != NFS_OK) in nfs2_xdr_dec_readlinkres()
884 if (status != NFS_OK) in nfs2_xdr_dec_readres()
1004 if (status != NFS_OK) in nfs2_xdr_dec_readdirres()
1053 if (status != NFS_OK) in nfs2_xdr_dec_statfsres()
1071 { NFS_OK, 0 },
Dcallback_xdr.c789 return htonl(NFS_OK); in preprocess_nfs41_op()
837 return htonl(NFS_OK); in preprocess_nfs42_op()
862 return htonl(NFS_OK); in preprocess_nfs4_op()
Dcallback_proc.c245 return NFS_OK; in pnfs_check_callback_stateid()
274 if (rv != NFS_OK) in initiate_file_draining()
Dnfstrace.h1068 TRACE_DEFINE_ENUM(NFS_OK);
1104 { NFS_OK, "OK" }, \
Dnfs4proc.c2761 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()
2769 return NFS_OK; in nfs41_check_delegation_stateid()
2777 return NFS_OK; in nfs41_check_delegation_stateid()
2817 int status, ret = NFS_OK; in nfs41_check_expired_locks()
2845 } else if (status != NFS_OK) { in nfs41_check_expired_locks()
2885 return NFS_OK; in nfs41_check_open_stateid()
2893 if (status != NFS_OK) in nfs41_open_expired()
2898 if (status != NFS_OK) in nfs41_open_expired()
2901 if (status != NFS_OK) in nfs41_open_expired()
7806 return NFS_OK; in nfs4_check_cl_exchange_flags()
[all …]
Dnfs3xdr.c331 #define NFS3_OK NFS_OK
2456 { NFS_OK, 0 },
Dnfs4xdr.c3190 if (unlikely(*p != cpu_to_be32(NFS_OK))) in __decode_op_hdr()
5356 if (nfserr == NFS_OK) { in decode_setclientid()
/Linux-v5.4/include/uapi/linux/
Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/Linux-v5.4/fs/nfsd/
Dnfsd.h175 #define nfs_ok cpu_to_be32(NFS_OK)