Searched refs:NFS_LOCK_INITIALIZED (Results 1 – 3 of 3) sorted by relevance
/fs/nfs/ |
D | nfs4_fs.h | 137 #define NFS_LOCK_INITIALIZED 0 macro
|
D | nfs4state.c | 936 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { in nfs4_put_lock_state() 1002 if (lsp != NULL && test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) { in nfs4_copy_lock_stateid() 1449 if (!test_bit(NFS_LOCK_INITIALIZED, &lock->ls_flags)) in nfs4_reclaim_open_state() 1518 clear_bit(NFS_LOCK_INITIALIZED, &lock->ls_flags); in nfs4_clear_open_state()
|
D | nfs4proc.c | 4682 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) { in nfs4_locku_prepare() 4770 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0) in nfs4_proc_unlck() 4893 set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags); in nfs4_lock_done() 4934 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) in nfs4_handle_setlk_error() 5058 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { in nfs41_check_expired_locks() 5066 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags); in nfs41_check_expired_locks()
|