Searched refs:NFS_OK (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs2xdr.c | 148 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 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 | nfstrace.h | 1325 TRACE_DEFINE_ENUM(NFS_OK); 1361 { NFS_OK, "OK" }, \
|
| H A D | nfs4proc.c | 2825 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 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() 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 D | nfs.h | 47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nfs.h | 47 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 D | nfs.h | 47 NFS_OK = 0, /* v2 v3 v4 */ enumerator
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsd.h | 179 #define nfs_ok cpu_to_be32(NFS_OK)
|