Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dnfs4layouts.c168 spin_lock(&fp->fi_lock); in nfsd4_free_layout_stateid()
170 spin_unlock(&fp->fi_lock); in nfsd4_free_layout_stateid()
257 spin_lock(&fp->fi_lock); in nfsd4_alloc_layout_stateid()
259 spin_unlock(&fp->fi_lock); in nfsd4_alloc_layout_stateid()
390 assert_spin_locked(&fp->fi_lock); in nfsd4_recall_conflict()
410 spin_lock(&fp->fi_lock); in nfsd4_insert_layout()
420 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout()
428 spin_lock(&fp->fi_lock); in nfsd4_insert_layout()
445 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout()
597 spin_lock(&fp->fi_lock); in nfsd4_return_all_file_layouts()
[all …]
Dnfs4state.c615 lockdep_assert_held(&f->fi_lock); in find_writeable_file_locked()
628 spin_lock(&f->fi_lock); in find_writeable_file()
630 spin_unlock(&f->fi_lock); in find_writeable_file()
640 lockdep_assert_held(&f->fi_lock); in find_readable_file_locked()
653 spin_lock(&f->fi_lock); in find_readable_file()
655 spin_unlock(&f->fi_lock); in find_readable_file()
667 spin_lock(&f->fi_lock); in find_any_file()
674 spin_unlock(&f->fi_lock); in find_any_file()
682 spin_lock(&f->fi_lock); in find_deleg_file()
685 spin_unlock(&f->fi_lock); in find_deleg_file()
[all …]
Dstate.h547 spinlock_t fi_lock; member