Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs2xdr.c145 if (unlikely(*p != cpu_to_be32(NFS_OK))) in decode_stat()
473 if (status != NFS_OK) in decode_attrstat()
532 if (status != NFS_OK) in decode_diropres()
806 if (status != NFS_OK) in nfs2_xdr_dec_stat()
845 if (status != NFS_OK) in nfs2_xdr_dec_readlinkres()
876 if (status != NFS_OK) in nfs2_xdr_dec_readres()
995 if (status != NFS_OK) in nfs2_xdr_dec_readdirres()
1044 if (status != NFS_OK) in nfs2_xdr_dec_statfsres()
H A Dcallback_proc.c246 return NFS_OK; in pnfs_check_callback_stateid()
276 if (rv != NFS_OK) in initiate_file_draining()
H A Dcallback_xdr.c824 return htonl(NFS_OK); in preprocess_nfs41_op()
872 return htonl(NFS_OK); in preprocess_nfs42_op()
897 return htonl(NFS_OK); in preprocess_nfs4_op()
H A Dnfs4proc.c2950 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()
2958 return NFS_OK; in nfs41_check_delegation_stateid()
2968 return NFS_OK; in nfs41_check_delegation_stateid()
3009 int status, ret = NFS_OK; in nfs41_check_expired_locks()
3037 } else if (status != NFS_OK) { in nfs41_check_expired_locks()
3077 return NFS_OK; in nfs41_check_open_stateid()
3085 if (status != NFS_OK) in nfs41_open_expired()
3090 if (status != NFS_OK) in nfs41_open_expired()
3093 if (status != NFS_OK) in nfs41_open_expired()
8670 return NFS_OK; in nfs4_check_cl_exchange_flags()
[all …]
H A Dnfs42proc.c729 else if (data->res.osr_complete != NFS_OK) in nfs42_proc_offload_status()
H A Dnfs3xdr.c331 #define NFS3_OK NFS_OK
H A Dnfs4xdr.c3258 if (unlikely(*p != cpu_to_be32(NFS_OK))) in __decode_op_hdr()
5550 if (nfserr == NFS_OK) { in decode_setclientid()
/linux-6.15/include/uapi/linux/
H A Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/linux-6.15/include/trace/misc/
H A Dnfs.h14 TRACE_DEFINE_ENUM(NFS_OK);
48 { NFS_OK, "OK" }, \
/linux-6.15/fs/nfs_common/
H A Dcommon.c15 { NFS_OK, 0 },
/linux-6.15/fs/nfsd/
H A Dnfsd.h221 #define nfs_ok cpu_to_be32(NFS_OK)