Searched refs:def_mount_opts (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext2/
H A Dsuper.c203 unsigned long def_mount_opts; local
206 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
214 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS))
247 (def_mount_opts & EXT2_DEFM_XATTR_USER)) {
255 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL))
742 unsigned long def_mount_opts; local
805 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
806 if (def_mount_opts & EXT2_DEFM_DEBUG)
808 if (def_mount_opts & EXT2_DEFM_BSDGROUPS)
810 if (def_mount_opts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext2/
H A Dsuper.c203 unsigned long def_mount_opts; local
206 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
214 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS))
247 (def_mount_opts & EXT2_DEFM_XATTR_USER)) {
255 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL))
742 unsigned long def_mount_opts; local
805 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
806 if (def_mount_opts & EXT2_DEFM_DEBUG)
808 if (def_mount_opts & EXT2_DEFM_BSDGROUPS)
810 if (def_mount_opts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Dsuper.c929 unsigned long def_mount_opts; local
934 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
941 if (test_opt(sb, GRPID) && !(def_mount_opts & EXT4_DEFM_BSDGROUPS))
943 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT4_DEFM_BSDGROUPS))
963 if (test_opt(sb, NO_UID32) && !(def_mount_opts & EXT4_DEFM_UID16))
965 if (test_opt(sb, DEBUG) && !(def_mount_opts & EXT4_DEFM_DEBUG))
971 !(def_mount_opts & EXT4_DEFM_XATTR_USER))
974 (def_mount_opts & EXT4_DEFM_XATTR_USER)) {
979 if (test_opt(sb, POSIX_ACL) && !(def_mount_opts & EXT4_DEFM_ACL))
981 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts
2559 unsigned long def_mount_opts; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A Dsuper.c929 unsigned long def_mount_opts; local
934 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
941 if (test_opt(sb, GRPID) && !(def_mount_opts & EXT4_DEFM_BSDGROUPS))
943 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT4_DEFM_BSDGROUPS))
963 if (test_opt(sb, NO_UID32) && !(def_mount_opts & EXT4_DEFM_UID16))
965 if (test_opt(sb, DEBUG) && !(def_mount_opts & EXT4_DEFM_DEBUG))
971 !(def_mount_opts & EXT4_DEFM_XATTR_USER))
974 (def_mount_opts & EXT4_DEFM_XATTR_USER)) {
979 if (test_opt(sb, POSIX_ACL) && !(def_mount_opts & EXT4_DEFM_ACL))
981 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts
2559 unsigned long def_mount_opts; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dsuper.c589 unsigned long def_mount_opts; local
591 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
599 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS))
631 (def_mount_opts & EXT3_DEFM_XATTR_USER)) {
638 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL))
1595 unsigned long def_mount_opts; local
1656 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
1657 if (def_mount_opts & EXT3_DEFM_DEBUG)
1659 if (def_mount_opts & EXT3_DEFM_BSDGROUPS)
1661 if (def_mount_opts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Dsuper.c589 unsigned long def_mount_opts; local
591 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
599 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS))
631 (def_mount_opts & EXT3_DEFM_XATTR_USER)) {
638 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL))
1595 unsigned long def_mount_opts; local
1656 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
1657 if (def_mount_opts & EXT3_DEFM_DEBUG)
1659 if (def_mount_opts & EXT3_DEFM_BSDGROUPS)
1661 if (def_mount_opts
[all...]

Completed in 162 milliseconds