/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 121 * 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 D | callback_proc.c | 236 return NFS_OK; in pnfs_check_callback_stateid() 265 if (rv != NFS_OK) in initiate_file_draining()
|
H A D | callback_xdr.c | 786 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 D | nfs4proc.c | 2837 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 D | nfstrace.h | 1321 TRACE_DEFINE_ENUM(NFS_OK); variable 1357 { NFS_OK, "OK" }, \
|
H A D | nfs3xdr.c | 332 #define NFS3_OK NFS_OK 2447 { NFS_OK, 0 },
|
H A D | nfs4xdr.c | 3191 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 D | nfs2xdr.c | 122 * 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 D | callback_proc.c | 241 return NFS_OK; in pnfs_check_callback_stateid() 270 if (rv != NFS_OK) in initiate_file_draining()
|
H A D | callback_xdr.c | 785 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 D | nfs4proc.c | 2847 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 D | nfs3xdr.c | 334 #define NFS3_OK NFS_OK 2452 { NFS_OK, 0 },
|
H A D | nfs4xdr.c | 3222 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 D | nfs.h | 47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfs.h | 47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfs.h | 45 NFS_OK = 0, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs.h | 32 NFS_OK = 0, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs.h | 45 NFS_OK = 0, enumerator
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | nfs.h | 14 TRACE_DEFINE_ENUM(NFS_OK); variable 49 { NFS_OK, "OK" }, \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsd.h | 178 #define nfs_ok cpu_to_be32(NFS_OK)
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsd.h | 198 #define nfs_ok cpu_to_be32(NFS_OK)
|