Home
last modified time | relevance | path

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

/fs/reiserfs/
Dsuper.c778 if (REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_show_options()
779 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD) in reiserfs_show_options()
781 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0) in reiserfs_show_options()
1312 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1330 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1427 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
2382 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
Dreiserfs.h625 int s_jquota_fmt; member
/fs/f2fs/
Dsuper.c486 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
492 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
494 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
978 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
981 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
984 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1832 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1835 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
2257 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2489 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
[all …]
Df2fs.h152 int s_jquota_fmt; /* Format of quota to use */ member
/fs/ext4/
Dsuper.c2331 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2342 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2484 if (!sbi->s_jquota_fmt) { in parse_options()
2509 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()
2512 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()
5740 int s_jquota_fmt; member
5777 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
6046 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()
Dorphan.c319 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
Dext4.h1559 int s_jquota_fmt; /* Format of quota to use */ member