Searched refs:NFS_LOCK_INITIALIZED (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4state.c | 939 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { in nfs4_put_lock_state() 1000 else if (lsp != NULL && test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) { in nfs4_copy_lock_stateid() 1417 if (!test_bit(NFS_LOCK_INITIALIZED, &pos->ls_flags)) in nfs_state_find_lock_state_by_stateid() 1624 if (!test_bit(NFS_LOCK_INITIALIZED, &lock->ls_flags) && in __nfs4_reclaim_open_state() 1747 clear_bit(NFS_LOCK_INITIALIZED, &lock->ls_flags); in nfs4_clear_open_state()
|
H A D | nfs4_fs.h | 151 #define NFS_LOCK_INITIALIZED 0 macro
|
H A D | nfs4proc.c | 2992 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { in nfs41_check_expired_locks() 3007 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags); in nfs41_check_expired_locks() 7126 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) { in nfs4_locku_prepare() 7224 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0) in nfs4_proc_unlck() 7304 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) { in nfs4_lock_prepare() 7358 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags); in nfs4_lock_done() 7423 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) in nfs4_handle_setlk_error() 7548 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) || in nfs41_lock_expired()
|
H A D | nfs4trace.h | 874 { BIT(NFS_LOCK_INITIALIZED), "INITIALIZED" }, \
|