Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dfilecheck.c152 spin_lock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
160 spin_unlock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
177 spin_lock_init(&fcheck->fc_lock); in ocfs2_filecheck_create_sysfs()
219 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
234 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
313 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
322 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
338 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
399 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_done_entry()
402 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_done_entry()
[all …]
H A Dfilecheck.h38 spinlock_t fc_lock; member