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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_fs_sb.h79 int s_jquota_fmt; /* Format of quota to use */ member in struct:ext3_sb_info
H A Dext4_fs_sb.h80 int s_jquota_fmt; /* Format of quota to use */ member in struct:ext4_sb_info
H A Dreiserfs_fs_sb.h410 int s_jquota_fmt; member in struct:reiserfs_sb_info
H A Dext3_fs.h259 int s_jquota_fmt; member in struct:ext3_mount_options
H A Dext4_fs.h272 int s_jquota_fmt; member in struct:ext4_mount_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c520 if (sbi->s_jquota_fmt)
522 (sbi->s_jquota_fmt == QFMT_VFS_OLD) ? "vfsold": "vfsv0");
988 sbi->s_jquota_fmt = QFMT_VFS_OLD;
991 sbi->s_jquota_fmt = QFMT_VFS_V0;
1084 if (!sbi->s_jquota_fmt) {
1090 if (sbi->s_jquota_fmt) {
2282 old_opts.s_jquota_fmt = sbi->s_jquota_fmt;
2385 sbi->s_jquota_fmt = old_opts.s_jquota_fmt;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c571 if (sbi->s_jquota_fmt)
573 (sbi->s_jquota_fmt == QFMT_VFS_OLD) ? "vfsold": "vfsv0");
1040 sbi->s_jquota_fmt = QFMT_VFS_OLD;
1043 sbi->s_jquota_fmt = QFMT_VFS_V0;
1139 if (!sbi->s_jquota_fmt) {
1145 if (sbi->s_jquota_fmt) {
2356 old_opts.s_jquota_fmt = sbi->s_jquota_fmt;
2459 sbi->s_jquota_fmt = old_opts.s_jquota_fmt;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c1016 REISERFS_SB(s)->s_jquota_fmt = QFMT_VFS_OLD;
1018 REISERFS_SB(s)->s_jquota_fmt = QFMT_VFS_V0;
1035 if (!REISERFS_SB(s)->s_jquota_fmt
1965 REISERFS_SB(sb)->s_jquota_fmt, type);

Completed in 107 milliseconds