Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfs/
Dnfs2xdr.c149 if (unlikely(*p != cpu_to_be32(NFS_OK))) in decode_stat()
477 if (status != NFS_OK) in decode_attrstat()
536 if (status != NFS_OK) in decode_diropres()
810 if (status != NFS_OK) in nfs2_xdr_dec_stat()
849 if (status != NFS_OK) in nfs2_xdr_dec_readlinkres()
880 if (status != NFS_OK) in nfs2_xdr_dec_readres()
999 if (status != NFS_OK) in nfs2_xdr_dec_readdirres()
1048 if (status != NFS_OK) in nfs2_xdr_dec_statfsres()
1066 { NFS_OK, 0 },
Dcallback_xdr.c785 return htonl(NFS_OK); in preprocess_nfs41_op()
833 return htonl(NFS_OK); in preprocess_nfs42_op()
858 return htonl(NFS_OK); in preprocess_nfs4_op()
Dcallback_proc.c241 return NFS_OK; in pnfs_check_callback_stateid()
270 if (rv != NFS_OK) in initiate_file_draining()
Dnfs3xdr.c334 #define NFS3_OK NFS_OK
2452 { NFS_OK, 0 },
Dnfs4proc.c2836 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()
2844 return NFS_OK; in nfs41_check_delegation_stateid()
2854 return NFS_OK; in nfs41_check_delegation_stateid()
2895 int status, ret = NFS_OK; in nfs41_check_expired_locks()
2923 } else if (status != NFS_OK) { in nfs41_check_expired_locks()
2963 return NFS_OK; in nfs41_check_open_stateid()
2971 if (status != NFS_OK) in nfs41_open_expired()
2976 if (status != NFS_OK) in nfs41_open_expired()
2979 if (status != NFS_OK) in nfs41_open_expired()
8411 return NFS_OK; in nfs4_check_cl_exchange_flags()
[all …]
Dnfs4xdr.c3222 if (unlikely(*p != cpu_to_be32(NFS_OK))) in __decode_op_hdr()
5494 if (nfserr == NFS_OK) { in decode_setclientid()
/Linux-v6.1/include/uapi/linux/
Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/Linux-v6.1/include/trace/events/
Dnfs.h14 TRACE_DEFINE_ENUM(NFS_OK);
49 { NFS_OK, "OK" }, \
/Linux-v6.1/fs/nfsd/
Dnfsd.h200 #define nfs_ok cpu_to_be32(NFS_OK)