Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfilecheck.c153 spin_lock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
161 spin_unlock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()
178 spin_lock_init(&fcheck->fc_lock); in ocfs2_filecheck_create_sysfs()
220 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
235 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
314 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
316 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
323 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
343 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
404 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_done_entry()
[all …]
Dfilecheck.h40 spinlock_t fc_lock; member