Searched refs:NFS_OK (Results 1 – 9 of 9) sorted by relevance
149 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()1000 if (status != NFS_OK) in nfs2_xdr_dec_readdirres()1049 if (status != NFS_OK) in nfs2_xdr_dec_statfsres()1067 { NFS_OK, 0 },
789 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()
241 return NFS_OK; in pnfs_check_callback_stateid()270 if (rv != NFS_OK) in initiate_file_draining()
2840 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()2848 return NFS_OK; in nfs41_check_delegation_stateid()2858 return NFS_OK; in nfs41_check_delegation_stateid()2899 int status, ret = NFS_OK; in nfs41_check_expired_locks()2927 } else if (status != NFS_OK) { in nfs41_check_expired_locks()2967 return NFS_OK; in nfs41_check_open_stateid()2975 if (status != NFS_OK) in nfs41_open_expired()2980 if (status != NFS_OK) in nfs41_open_expired()2983 if (status != NFS_OK) in nfs41_open_expired()8196 return NFS_OK; in nfs4_check_cl_exchange_flags()[all …]
334 #define NFS3_OK NFS_OK2460 { NFS_OK, 0 },
3206 if (unlikely(*p != cpu_to_be32(NFS_OK))) in __decode_op_hdr()5426 if (nfserr == NFS_OK) { in decode_setclientid()
47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
14 TRACE_DEFINE_ENUM(NFS_OK);49 { NFS_OK, "OK" }, \
190 #define nfs_ok cpu_to_be32(NFS_OK)
Completed in 54 milliseconds