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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dsuper.c132 btrfs_set_opt(info->mount_opt, DEGRADED);
144 btrfs_set_opt(info->mount_opt, NODATASUM);
148 btrfs_set_opt(info->mount_opt, NODATACOW);
149 btrfs_set_opt(info->mount_opt, NODATASUM);
153 btrfs_set_opt(info->mount_opt, COMPRESS);
157 btrfs_set_opt(info->mount_opt, FORCE_COMPRESS);
158 btrfs_set_opt(info->mount_opt, COMPRESS);
162 btrfs_set_opt(info->mount_opt, SSD);
167 btrfs_set_opt(info->mount_opt, SSD);
168 btrfs_set_opt(info->mount_opt, SSD_SPREA
[all...]
H A Dctree.h860 unsigned long mount_opt; member in struct:btrfs_fs_info
1198 #define btrfs_test_opt(root, opt) ((root)->fs_info->mount_opt & \
H A Ddisk-io.c1900 btrfs_set_opt(fs_info->mount_opt, SSD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsb.h34 unsigned long mount_opt; member in struct:nilfs_mount_options
H A Dsuper.c952 old_opts.mount_opt = sbi->s_mount_opt;
1028 sbi->s_mount_opt = old_opts.mount_opt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsuper.c94 unsigned long mount_opt; member in struct:mount_options
620 (parsed_options.mount_opt & OCFS2_MOUNT_HB_LOCAL)) {
627 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) {
636 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) {
705 osb->s_mount_opt = parsed_options.mount_opt;
1031 osb->s_mount_opt = parsed_options.mount_opt;
1255 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA &&
1262 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA &&
1269 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL &&
1276 if (!(options->mount_opt
[all...]

Completed in 122 milliseconds