Searched refs:fs_fcheck (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Dfilecheck.c152 spin_lock(&entry->fs_fcheck->fc_lock);
153 while (!list_empty(&entry->fs_fcheck->fc_head)) {
154 p = list_first_entry(&entry->fs_fcheck->fc_head,
160 spin_unlock(&entry->fs_fcheck->fc_lock);
162 kfree(entry->fs_fcheck);
163 entry->fs_fcheck = NULL;
192 entry->fs_fcheck = fcheck;
198 if (!osb->osb_fc_ent.fs_fcheck)
219 spin_lock(&ent->fs_fcheck->fc_lock);
220 if (len < (ent->fs_fcheck
[all...]
H A Dfilecheck.h57 struct ocfs2_filecheck *fs_fcheck; member in struct:ocfs2_filecheck_sysfs_entry

Completed in 138 milliseconds