Home
last modified time | relevance | path

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

/Linux-v5.15/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.c567 lockdep_assert_held(&f->fi_lock); in find_writeable_file_locked()
580 spin_lock(&f->fi_lock); in find_writeable_file()
582 spin_unlock(&f->fi_lock); in find_writeable_file()
592 lockdep_assert_held(&f->fi_lock); in find_readable_file_locked()
605 spin_lock(&f->fi_lock); in find_readable_file()
607 spin_unlock(&f->fi_lock); in find_readable_file()
619 spin_lock(&f->fi_lock); in find_any_file()
626 spin_unlock(&f->fi_lock); in find_any_file()
634 spin_lock(&f->fi_lock); in find_deleg_file()
637 spin_unlock(&f->fi_lock); in find_deleg_file()
[all …]
Dstate.h521 spinlock_t fi_lock; member