Home
last modified time | relevance | path

Searched refs:fc_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
478 } else if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
483 ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_store()
487 if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && in ocfs2_filecheck_attr_store()
H A Dfilecheck.h41 unsigned int fc_max; /* Maximum number of entry in list */ member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dfilecheck.c178 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()
H A Dfilecheck.h39 unsigned int fc_max; /* Maximum number of entry in list */ member

Completed in 3 milliseconds