Home
last modified time | relevance | path

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

/Linux-v4.19/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()
227 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
242 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()
321 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
323 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
330 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
350 spin_unlock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_attr_show()
411 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_done_entry()
[all …]
Dfilecheck.h48 spinlock_t fc_lock; member
/Linux-v4.19/drivers/fmc/
Dfmc-chardev.c21 static DEFINE_SPINLOCK(fc_lock);
148 spin_lock(&fc_lock); in fc_probe()
150 spin_unlock(&fc_lock); in fc_probe()
173 spin_lock(&fc_lock); in fc_remove()
175 spin_unlock(&fc_lock); in fc_remove()