Searched refs:fc_max (Results 1 – 2 of 2) sorted by relevance
178 fcheck->fc_max = OCFS2_FILECHECK_MINSIZE; in ocfs2_filecheck_create_sysfs()231 ent->fs_fcheck->fc_max = len; in ocfs2_filecheck_adjust_max()314 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show()477 } else if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()482 ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_store()486 if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
39 unsigned int fc_max; /* Maximum number of entry in list */ member