Searched refs:NFS4_OK (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback_proc.c | 283 rv = NFS4_OK; in initiate_file_draining() 428 return cpu_to_be32(NFS4_OK); in validate_seqid() 606 status = cpu_to_be32(NFS4_OK); in nfs4_callback_recallany() 651 status = htonl(NFS4_OK); in nfs4_callback_recallslot() 675 return htonl(NFS4_OK); in nfs4_callback_notify_lock()
|
H A D | nfs4trace.h | 53 TRACE_DEFINE_ENUM(NFS4_OK); variable 163 { NFS4_OK, "OK" }, \
|
H A D | callback_xdr.c | 63 return htonl(NFS4_OK); in nfs4_callback_null()
|
H A D | nfs42proc.c | 176 int status = NFS4_OK; in handle_async_copy()
|
H A D | nfs4state.c | 350 * Returns NFS4_OK, a negative errno, or a negative NFS4ERR status. 351 * If NFS4_OK is returned, an nfs_client pointer is planted in 363 if (status != NFS4_OK) in nfs41_discover_server_trunking()
|
H A D | nfs4proc.c | 7932 if (status == NFS4_OK && in _nfs41_proc_get_locations() 7947 * Returns NFS4_OK on success, a negative NFS4ERR status code if the 8063 if (status == NFS4_OK && in _nfs41_proc_fsid_present() 8080 * Returns NFS4_OK if the FSID is present on this server,
|
H A D | nfs4xdr.c | 7456 { NFS4_OK, 0 },
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback_proc.c | 288 rv = NFS4_OK; in initiate_file_draining() 433 return cpu_to_be32(NFS4_OK); in validate_seqid() 611 status = cpu_to_be32(NFS4_OK); in nfs4_callback_recallany() 656 status = htonl(NFS4_OK); in nfs4_callback_recallslot() 680 return htonl(NFS4_OK); in nfs4_callback_notify_lock()
|
H A D | callback_xdr.c | 63 return htonl(NFS4_OK); in nfs4_callback_null()
|
H A D | nfs42proc.c | 185 int status = NFS4_OK; in handle_async_copy()
|
H A D | nfs4state.c | 350 * Returns NFS4_OK, a negative errno, or a negative NFS4ERR status. 351 * If NFS4_OK is returned, an nfs_client pointer is planted in 363 if (status != NFS4_OK) in nfs41_discover_server_trunking()
|
H A D | nfs4proc.c | 8147 if (status == NFS4_OK && in _nfs41_proc_get_locations() 8163 * Returns NFS4_OK on success, a negative NFS4ERR status code if the 8280 if (status == NFS4_OK && in _nfs41_proc_fsid_present() 8297 * Returns NFS4_OK if the FSID is present on this server,
|
H A D | nfs4xdr.c | 7549 { NFS4_OK, 0 },
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | nfs.h | 93 TRACE_DEFINE_ENUM(NFS4_OK); variable 203 { NFS4_OK, "OK" }, \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs4.h | 172 NFS4_OK = 0, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs4.h | 172 NFS4_OK = 0, enumerator
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4callback.c | 166 { NFS4_OK, 0 }, 378 * case NFS4_OK: 679 * case NFS4_OK:
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4callback.c | 177 { NFS4_OK, 0 }, 407 * case NFS4_OK: 750 * case NFS4_OK:
|
Completed in 98 milliseconds