Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs2xdr.c148 if (unlikely(*p != cpu_to_be32(NFS_OK))) in decode_stat()
476 if (status != NFS_OK) in decode_attrstat()
535 if (status != NFS_OK) in decode_diropres()
809 if (status != NFS_OK) in nfs2_xdr_dec_stat()
848 if (status != NFS_OK) in nfs2_xdr_dec_readlinkres()
879 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 },
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 Dnfstrace.h1325 TRACE_DEFINE_ENUM(NFS_OK);
1361 { NFS_OK, "OK" }, \
H A Dnfs4proc.c2825 int status, ret = NFS_OK; in nfs41_check_delegation_stateid()
2833 return NFS_OK; in nfs41_check_delegation_stateid()
2843 return NFS_OK; in nfs41_check_delegation_stateid()
2884 int status, ret = NFS_OK; in nfs41_check_expired_locks()
2912 } else if (status != NFS_OK) { in nfs41_check_expired_locks()
2952 return NFS_OK; in nfs41_check_open_stateid()
2960 if (status != NFS_OK) in nfs41_open_expired()
2965 if (status != NFS_OK) in nfs41_open_expired()
2968 if (status != NFS_OK) in nfs41_open_expired()
8200 return NFS_OK; in nfs4_check_cl_exchange_flags()
[all …]
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()
5384 if (nfserr == NFS_OK) { in decode_setclientid()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsd.h179 #define nfs_ok cpu_to_be32(NFS_OK)