Home
last modified time | relevance | path

Searched refs:s_jquota_fmt (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/f2fs/
Dsuper.c376 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
382 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
384 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
687 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
690 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
693 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1304 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1307 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1595 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
1745 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
[all …]
Df2fs.h133 int s_jquota_fmt; /* Format of quota to use */ member
/Linux-v5.4/fs/reiserfs/
Dsuper.c777 if (REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_show_options()
778 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD) in reiserfs_show_options()
780 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0) in reiserfs_show_options()
1311 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1329 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1426 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
2376 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
Dreiserfs.h627 int s_jquota_fmt; member
/Linux-v5.4/fs/ext4/
Dsuper.c2004 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2015 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2101 if (!sbi->s_jquota_fmt) { in parse_options()
2128 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()
2131 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()
5253 int s_jquota_fmt; member
5287 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
5521 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()
5720 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
Dext4.h1445 int s_jquota_fmt; /* Format of quota to use */ member