Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dnfs4layouts.c159 spin_lock(&ls->ls_stid.sc_file->fi_lock); in nfsd4_close_layout()
162 spin_unlock(&ls->ls_stid.sc_file->fi_lock); in nfsd4_close_layout()
185 spin_lock(&fp->fi_lock); in nfsd4_free_layout_stateid()
187 spin_unlock(&fp->fi_lock); in nfsd4_free_layout_stateid()
271 spin_lock(&fp->fi_lock); in nfsd4_alloc_layout_stateid()
273 spin_unlock(&fp->fi_lock); in nfsd4_alloc_layout_stateid()
404 assert_spin_locked(&fp->fi_lock); in nfsd4_recall_conflict()
424 spin_lock(&fp->fi_lock); in nfsd4_insert_layout()
434 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout()
442 spin_lock(&fp->fi_lock); in nfsd4_insert_layout()
[all …]
Dnfs4state.c598 lockdep_assert_held(&f->fi_lock); in find_writeable_file_locked()
611 spin_lock(&f->fi_lock); in find_writeable_file()
613 spin_unlock(&f->fi_lock); in find_writeable_file()
623 lockdep_assert_held(&f->fi_lock); in find_readable_file_locked()
636 spin_lock(&f->fi_lock); in find_readable_file()
638 spin_unlock(&f->fi_lock); in find_readable_file()
648 spin_lock(&f->fi_lock); in find_rw_file()
650 spin_unlock(&f->fi_lock); in find_rw_file()
662 spin_lock(&f->fi_lock); in find_any_file()
669 spin_unlock(&f->fi_lock); in find_any_file()
[all …]
Dstate.h592 spinlock_t fi_lock; member