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

/linux-master/fs/f2fs/
H A Dsuper.c463 if (!F2FS_OPTION(sbi).s_jquota_fmt) {
469 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) {
471 F2FS_OPTION(sbi).s_jquota_fmt = 0;
956 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD;
959 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0;
962 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1;
1846 if (F2FS_OPTION(sbi).s_jquota_fmt) {
1849 switch (F2FS_OPTION(sbi).s_jquota_fmt) {
2296 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt;
[all...]
H A Df2fs.h164 int s_jquota_fmt; /* Format of quota to use */ member in struct:f2fs_mount_info
/linux-master/fs/reiserfs/
H A Dsuper.c777 if (REISERFS_SB(s)->s_jquota_fmt) {
778 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD)
780 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0)
1309 *qfmt != REISERFS_SB(s)->s_jquota_fmt) {
1327 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt
1424 REISERFS_SB(s)->s_jquota_fmt = *qfmt;
2377 REISERFS_SB(sb)->s_jquota_fmt, type);
H A Dreiserfs.h624 int s_jquota_fmt; member in struct:reiserfs_sb_info
/linux-master/fs/ext4/
H A Dsuper.c1976 int s_jquota_fmt; /* Format of quota to use */ member in struct:ext4_fs_context
2221 ctx->s_jquota_fmt = result.uint_32;
2591 sbi->s_jquota_fmt = ctx->s_jquota_fmt;
2653 if (sbi->s_jquota_fmt != ctx->s_jquota_fmt && quota_loaded)
2690 if (!(ctx->spec & EXT4_SPEC_JQFMT || sbi->s_jquota_fmt)) {
2910 if (sbi->s_jquota_fmt) {
2913 switch (sbi->s_jquota_fmt) {
6427 int s_jquota_fmt; member in struct:ext4_mount_options
[all...]
H A Dorphan.c319 EXT4_SB(sb)->s_jquota_fmt, type);
H A Dext4.h1557 int s_jquota_fmt; /* Format of quota to use */ member in struct:ext4_sb_info

Completed in 543 milliseconds