Searched refs:NFS4ERR_MOVED (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | nfs.h | 147 TRACE_DEFINE_ENUM(NFS4ERR_MOVED); variable 296 { NFS4ERR_MOVED, "MOVED" }, \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs4.h | 209 NFS4ERR_MOVED = 10019, enumerator 306 case NFS4ERR_MOVED: in seqid_mutating_err()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs4.h | 209 NFS4ERR_MOVED = 10019, enumerator 310 case NFS4ERR_MOVED: in seqid_mutating_err()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4state.c | 1139 case -NFS4ERR_MOVED: in nfs_increment_seqid() 2245 if (status != -NFS4ERR_MOVED) in nfs4_handle_lease_moved()
|
H A D | nfs4trace.h | 107 TRACE_DEFINE_ENUM(NFS4ERR_MOVED); variable 261 { NFS4ERR_MOVED, "MOVED" }, \
|
H A D | nfs4proc.c | 533 case -NFS4ERR_MOVED: in nfs4_do_handle_exception() 651 * For NFS4ERR_MOVED, the client transport will need to in nfs4_async_handle_exception() 654 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception() 2268 case -NFS4ERR_MOVED: in nfs4_handle_delegation_recall_error() 4153 status = -NFS4ERR_MOVED; in nfs4_get_referral() 4351 case -NFS4ERR_MOVED: in nfs4_proc_lookup_common() 4353 if (err == -NFS4ERR_MOVED) in nfs4_proc_lookup_common() 8081 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4state.c | 1139 case -NFS4ERR_MOVED: in nfs_increment_seqid() 2269 if (status != -NFS4ERR_MOVED) in nfs4_handle_lease_moved()
|
H A D | nfs4proc.c | 528 case -NFS4ERR_MOVED: in nfs4_do_handle_exception() 646 * For NFS4ERR_MOVED, the client transport will need to in nfs4_async_handle_exception() 649 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception() 2274 case -NFS4ERR_MOVED: in nfs4_handle_delegation_recall_error() 4283 status = -NFS4ERR_MOVED; in nfs4_get_referral() 4473 case -NFS4ERR_MOVED: in nfs4_proc_lookup_common() 4475 if (err == -NFS4ERR_MOVED) in nfs4_proc_lookup_common() 8298 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
|
Completed in 38 milliseconds