Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfilecheck.c177 fcheck->fc_max = OCFS2_FILECHECK_MINSIZE; in ocfs2_filecheck_create_sysfs()
230 ent->fs_fcheck->fc_max = len; in ocfs2_filecheck_adjust_max()
313 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show()
476 } else if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
481 ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_store()
485 if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
Dfilecheck.h39 unsigned int fc_max; /* Maximum number of entry in list */ member