Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/ext4/
Dsuper.c1655 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1666 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1742 if (!sbi->s_jquota_fmt) { in parse_options()
1774 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()
1777 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()
4545 int s_jquota_fmt; member
4575 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
4784 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()
4937 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
Dext4.h1349 int s_jquota_fmt; /* Format of quota to use */ member