Home
last modified time | relevance | path

Searched refs:fi_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/nfsd/
Dnfs4layouts.c167 spin_lock(&fp->fi_lock); in nfsd4_free_layout_stateid()
169 spin_unlock(&fp->fi_lock); in nfsd4_free_layout_stateid()
256 spin_lock(&fp->fi_lock); in nfsd4_alloc_layout_stateid()
258 spin_unlock(&fp->fi_lock); in nfsd4_alloc_layout_stateid()
389 assert_spin_locked(&fp->fi_lock); in nfsd4_recall_conflict()
409 spin_lock(&fp->fi_lock); in nfsd4_insert_layout()
419 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout()
427 spin_lock(&fp->fi_lock); in nfsd4_insert_layout()
444 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout()
596 spin_lock(&fp->fi_lock); in nfsd4_return_all_file_layouts()
[all …]
Dnfs4state.c447 lockdep_assert_held(&f->fi_lock); in find_writeable_file_locked()
460 spin_lock(&f->fi_lock); in find_writeable_file()
462 spin_unlock(&f->fi_lock); in find_writeable_file()
472 lockdep_assert_held(&f->fi_lock); in find_readable_file_locked()
485 spin_lock(&f->fi_lock); in find_readable_file()
487 spin_unlock(&f->fi_lock); in find_readable_file()
499 spin_lock(&f->fi_lock); in find_any_file()
506 spin_unlock(&f->fi_lock); in find_any_file()
514 spin_lock(&f->fi_lock); in find_deleg_file()
517 spin_unlock(&f->fi_lock); in find_deleg_file()
[all …]
Dstate.h515 spinlock_t fi_lock; member