Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfilecheck.c151 spin_lock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
159 spin_unlock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
176 spin_lock_init(&fcheck->fc_lock); in ocfs2_filecheck_create_sysfs()
218 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
233 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
312 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
314 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
321 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
337 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
398 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_done_entry()
[all …]
Dfilecheck.h38 spinlock_t fc_lock; member