Home
last modified time | relevance | path

Searched refs:NFS_OK (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs2xdr.c121 * NFS_OK = 0,
148 if (unlikely(*p != cpu_to_be32(NFS_OK))) in decode_stat()
458 * case NFS_OK:
476 if (status != NFS_OK) in decode_attrstat()
504 * case NFS_OK:
535 if (status != NFS_OK) in decode_diropres()
809 if (status != NFS_OK) in nfs2_xdr_dec_stat()
833 * case NFS_OK:
848 if (status != NFS_OK) in nfs2_xdr_dec_readlinkres()
861 * case NFS_OK
[all...]
H A Dcallback_proc.c236 return NFS_OK; in pnfs_check_callback_stateid()
265 if (rv != NFS_OK) in initiate_file_draining()
H A Dcallback_xdr.c786 return htonl(NFS_OK); in preprocess_nfs41_op()
834 return htonl(NFS_OK); in preprocess_nfs42_op()
859 return htonl(NFS_OK); in preprocess_nfs4_op()
H A Dnfs4proc.c2837 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()
2845 return NFS_OK; in nfs41_check_delegation_stateid()
2855 return NFS_OK; in nfs41_check_delegation_stateid()
2891 * Returns NFS_OK if recovery for this stateid is now finished.
2896 int status, ret = NFS_OK; in nfs41_check_expired_locks()
2924 } else if (status != NFS_OK) { in nfs41_check_expired_locks()
2943 * Returns NFS_OK if recovery for this stateid is now finished.
2964 return NFS_OK; in nfs41_check_open_stateid()
2972 if (status != NFS_OK) in nfs41_open_expired()
2977 if (status != NFS_OK) in nfs41_open_expired()
[all...]
H A Dnfstrace.h1321 TRACE_DEFINE_ENUM(NFS_OK); variable
1357 { NFS_OK, "OK" }, \
H A Dnfs3xdr.c332 #define NFS3_OK NFS_OK
2447 { NFS_OK, 0 },
H A Dnfs4xdr.c3191 if (unlikely(*p != cpu_to_be32(NFS_OK))) in __decode_op_hdr()
5382 if (nfserr == NFS_OK) { in decode_setclientid()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs2xdr.c122 * NFS_OK = 0,
149 if (unlikely(*p != cpu_to_be32(NFS_OK))) in decode_stat()
459 * case NFS_OK:
477 if (status != NFS_OK) in decode_attrstat()
505 * case NFS_OK:
536 if (status != NFS_OK) in decode_diropres()
810 if (status != NFS_OK) in nfs2_xdr_dec_stat()
834 * case NFS_OK:
849 if (status != NFS_OK) in nfs2_xdr_dec_readlinkres()
862 * case NFS_OK
[all...]
H A Dcallback_proc.c241 return NFS_OK; in pnfs_check_callback_stateid()
270 if (rv != NFS_OK) in initiate_file_draining()
H A 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()
H A Dnfs4proc.c2847 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()
2855 return NFS_OK; in nfs41_check_delegation_stateid()
2865 return NFS_OK; in nfs41_check_delegation_stateid()
2901 * Returns NFS_OK if recovery for this stateid is now finished.
2906 int status, ret = NFS_OK; in nfs41_check_expired_locks()
2934 } else if (status != NFS_OK) { in nfs41_check_expired_locks()
2953 * Returns NFS_OK if recovery for this stateid is now finished.
2974 return NFS_OK; in nfs41_check_open_stateid()
2982 if (status != NFS_OK) in nfs41_open_expired()
2987 if (status != NFS_OK) in nfs41_open_expired()
[all...]
H A Dnfs3xdr.c334 #define NFS3_OK NFS_OK
2452 { NFS_OK, 0 },
H A Dnfs4xdr.c3222 if (unlikely(*p != cpu_to_be32(NFS_OK))) in __decode_op_hdr()
5490 if (nfserr == NFS_OK) { in decode_setclientid()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnfs.h45 NFS_OK = 0, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnfs.h32 NFS_OK = 0, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnfs.h45 NFS_OK = 0, enumerator
/kernel/linux/linux-6.6/include/trace/misc/
H A Dnfs.h14 TRACE_DEFINE_ENUM(NFS_OK); variable
49 { NFS_OK, "OK" }, \
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfsd.h178 #define nfs_ok cpu_to_be32(NFS_OK)
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfsd.h198 #define nfs_ok cpu_to_be32(NFS_OK)

Completed in 54 milliseconds