Home
last modified time | relevance | path

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

/fs/ext3/
Dsuper.c554 if (sbi->s_jquota_fmt) { in ext3_show_quota_options()
557 switch (sbi->s_jquota_fmt) { in ext3_show_quota_options()
1184 sbi->s_jquota_fmt != qfmt) { in parse_options()
1190 sbi->s_jquota_fmt = qfmt; in parse_options()
1290 if (!sbi->s_jquota_fmt) { in parse_options()
1296 if (sbi->s_jquota_fmt) { in parse_options()
2595 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext3_remount()
2706 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext3_remount()
2887 EXT3_SB(sb)->s_jquota_fmt, type); in ext3_quota_on_mount()
Dext3.h250 int s_jquota_fmt; member
673 int s_jquota_fmt; /* Format of quota to use */ member
/fs/reiserfs/
Dsuper.c662 if (REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_show_options()
663 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD) in reiserfs_show_options()
665 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0) in reiserfs_show_options()
1144 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1162 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1259 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
2169 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
Dreiserfs.h485 int s_jquota_fmt; member
/fs/ext4/
Dsuper.c1569 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1575 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1640 if (!sbi->s_jquota_fmt) { in parse_options()
1646 if (sbi->s_jquota_fmt) { in parse_options()
1673 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()
1676 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()
4354 int s_jquota_fmt; member
4385 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
4557 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()
4708 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
Dext4.h1191 int s_jquota_fmt; /* Format of quota to use */ member