Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dsuper.c563 if (sbi->s_jquota_fmt) { in ext3_show_quota_options()
566 switch (sbi->s_jquota_fmt) { in ext3_show_quota_options()
1257 sbi->s_jquota_fmt != qfmt) { in parse_options()
1263 sbi->s_jquota_fmt = qfmt; in parse_options()
1363 if (!sbi->s_jquota_fmt) { in parse_options()
2666 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext3_remount()
2784 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext3_remount()
2967 EXT3_SB(sb)->s_jquota_fmt, type); in ext3_quota_on_mount()
Dext3.h252 int s_jquota_fmt; member
679 int s_jquota_fmt; /* Format of quota to use */ member
/linux-4.1.27/fs/reiserfs/
Dsuper.c733 if (REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_show_options()
734 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD) in reiserfs_show_options()
736 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0) in reiserfs_show_options()
1266 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1284 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1381 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
2327 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
Dreiserfs.h626 int s_jquota_fmt; member
/linux-4.1.27/fs/ext4/
Dsuper.c1632 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1644 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1716 if (!sbi->s_jquota_fmt) { in parse_options()
1748 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()
1751 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()
4877 int s_jquota_fmt; member
4907 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
5119 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()
5272 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
Dext4.h1308 int s_jquota_fmt; /* Format of quota to use */ member