Searched refs:LK_STATE_IN_USE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4state.c | 917 set_bit(LK_STATE_IN_USE, &state->flags); in nfs4_get_lock_state() 949 clear_bit(LK_STATE_IN_USE, &state->flags); in nfs4_put_lock_state() 1003 if (test_bit(LK_STATE_IN_USE, &state->flags) == 0) in nfs4_copy_lock_stateid() 1443 if (test_bit(LK_STATE_IN_USE, &state->flags)) { in nfs_state_lock_state_matches_stateid()
|
H A D | nfs4_fs.h | 161 LK_STATE_IN_USE, enumerator
|
H A D | nfs4trace.h | 1073 TRACE_DEFINE_ENUM(LK_STATE_IN_USE); variable 1091 { LK_STATE_IN_USE, "IN_USE" }, \
|
H A D | nfs4proc.c | 2900 if (!test_bit(LK_STATE_IN_USE, &state->flags)) in nfs41_check_expired_locks()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4state.c | 916 set_bit(LK_STATE_IN_USE, &state->flags); in nfs4_get_lock_state() 948 clear_bit(LK_STATE_IN_USE, &state->flags); in nfs4_put_lock_state() 1002 if (test_bit(LK_STATE_IN_USE, &state->flags) == 0) in nfs4_copy_lock_stateid() 1444 if (test_bit(LK_STATE_IN_USE, &state->flags)) { in nfs_state_lock_state_matches_stateid()
|
H A D | nfs4_fs.h | 163 LK_STATE_IN_USE, enumerator
|
H A D | nfs4trace.h | 808 TRACE_DEFINE_ENUM(LK_STATE_IN_USE); variable 826 { LK_STATE_IN_USE, "IN_USE" }, \
|
H A D | nfs4proc.c | 2910 if (!test_bit(LK_STATE_IN_USE, &state->flags)) in nfs41_check_expired_locks()
|
Completed in 40 milliseconds