Home
last modified time | relevance | path

Searched refs:fc_lock (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dfilecheck.c161 spin_lock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
169 spin_unlock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
186 spin_lock_init(&fcheck->fc_lock); in ocfs2_filecheck_create_sysfs()
228 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
243 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
322 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
324 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
331 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
347 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
408 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_done_entry()
[all …]
Dfilecheck.h48 spinlock_t fc_lock; member