Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/reiserfs/
H A 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()
2388 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
H A Dreiserfs.h627 int s_jquota_fmt; member
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c481 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
487 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
489 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
904 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
907 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
910 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1704 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1707 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
2100 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2312 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
[all …]
H A Df2fs.h149 int s_jquota_fmt; /* Format of quota to use */ member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c2348 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2359 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2495 if (!sbi->s_jquota_fmt) { in parse_options()
2520 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()
2523 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()
5788 int s_jquota_fmt; member
5822 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
6077 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()
6277 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
H A Dext4.h1491 int s_jquota_fmt; /* Format of quota to use */ member