Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dfilecheck.c179 fcheck->fc_max = OCFS2_FILECHECK_MINSIZE; in ocfs2_filecheck_create_sysfs()
232 ent->fs_fcheck->fc_max = len; in ocfs2_filecheck_adjust_max()
315 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show()
482 } else if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
487 ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_store()
491 if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
Dfilecheck.h41 unsigned int fc_max; /* Maximum number of entry in list */ member