Home
last modified time | relevance | path

Searched refs:NFS_LOCK_INITIALIZED (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/nfs/
Dnfs4state.c947 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { in nfs4_put_lock_state()
1008 else if (lsp != NULL && test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) { in nfs4_copy_lock_stateid()
1408 if (!test_bit(NFS_LOCK_INITIALIZED, &pos->ls_flags)) in nfs_state_find_lock_state_by_stateid()
1614 if (!test_bit(NFS_LOCK_INITIALIZED, &lock->ls_flags)) in __nfs4_reclaim_open_state()
1737 clear_bit(NFS_LOCK_INITIALIZED, &lock->ls_flags); in nfs4_clear_open_state()
Dnfs4_fs.h148 #define NFS_LOCK_INITIALIZED 0 macro
Dnfs4proc.c2881 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { in nfs41_check_expired_locks()
2896 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags); in nfs41_check_expired_locks()
6759 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) { in nfs4_locku_prepare()
6853 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0) in nfs4_proc_unlck()
6932 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) { in nfs4_lock_prepare()
6988 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags); in nfs4_lock_done()
7048 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) in nfs4_handle_setlk_error()
7171 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) || in nfs41_lock_expired()
Dnfs4trace.h1107 { BIT(NFS_LOCK_INITIALIZED), "INITIALIZED" }, \