Searched refs:NFS4CLNT_MOVED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4_fs.h | 41 NFS4CLNT_MOVED, enumerator
|
H A D | nfs4state.c | 1300 set_bit(NFS4CLNT_MOVED, &clp->cl_state); in nfs4_schedule_migration_recovery() 2643 if (test_and_clear_bit(NFS4CLNT_MOVED, &clp->cl_state)) { in nfs4_state_manager()
|
H A D | nfs4trace.h | 583 TRACE_DEFINE_ENUM(NFS4CLNT_MOVED); variable 606 { BIT(NFS4CLNT_MOVED), "MOVED" }, \
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4_fs.h | 42 NFS4CLNT_MOVED, enumerator
|
H A D | nfs4trace.h | 291 TRACE_DEFINE_ENUM(NFS4CLNT_MOVED); variable 314 { BIT(NFS4CLNT_MOVED), "MOVED" }, \
|
H A D | nfs4state.c | 1300 set_bit(NFS4CLNT_MOVED, &clp->cl_state); in nfs4_schedule_migration_recovery() 2667 if (test_and_clear_bit(NFS4CLNT_MOVED, &clp->cl_state)) { in nfs4_state_manager()
|
Completed in 14 milliseconds