Searched refs:s_mount_opt (Results 1 – 16 of 16) sorted by relevance
| /fs/ext2/ |
| A D | super.c | 691 sbi->s_mount_opt); in ext2_setup_super() 834 set_opt(sbi->s_mount_opt, DEBUG); in ext2_set_options() 838 set_opt(sbi->s_mount_opt, GRPID); in ext2_set_options() 842 set_opt(sbi->s_mount_opt, NO_UID32); in ext2_set_options() 847 set_opt(sbi->s_mount_opt, XATTR_USER); in ext2_set_options() 852 set_opt(sbi->s_mount_opt, POSIX_ACL); in ext2_set_options() 861 set_opt(sbi->s_mount_opt, ERRORS_RO); in ext2_set_options() 998 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super() 1001 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super() 1383 if ((sbi->s_mount_opt ^ new_opts.s_mount_opt) & EXT2_MOUNT_DAX) { in ext2_reconfigure() [all …]
|
| A D | ext2.h | 85 unsigned long s_mount_opt; member 386 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ 624 unsigned long s_mount_opt; member
|
| /fs/ocfs2/ |
| A D | super.c | 245 osb->s_mount_opt, osb->s_atime_quantum); in ocfs2_osb_dump() 640 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64) && in ocfs2_reconfigure() 708 osb->s_mount_opt = parsed_options->mount_opt; in ocfs2_reconfigure() 718 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? in ocfs2_reconfigure() 815 if (osb->s_mount_opt & hb_enabled) { in ocfs2_verify_heartbeat() 826 if (((osb->s_mount_opt & OCFS2_MOUNT_HB_GLOBAL) && in ocfs2_verify_heartbeat() 828 ((osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) && in ocfs2_verify_heartbeat() 835 if (!(osb->s_mount_opt & hb_enabled)) { in ocfs2_verify_heartbeat() 1005 osb->s_mount_opt = parsed_options->mount_opt; in ocfs2_fill_super() 1039 if (osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) { in ocfs2_fill_super() [all …]
|
| A D | acl.c | 305 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_iop_get_acl() 330 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_acl_chmod() 365 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_init_acl() 382 if ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) && acl) { in ocfs2_init_acl()
|
| A D | locks.c | 106 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_flock()
|
| A D | ocfs2.h | 371 unsigned long s_mount_opt; member 525 if (OCFS2_SB(inode->i_sb)->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_should_order_data()
|
| A D | xattr.c | 626 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_calc_xattr_init() 682 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_calc_xattr_init() 887 if (OCFS2_SB(sb)->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_list_entry() 7355 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_get() 7369 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_set()
|
| A D | inode.c | 346 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_populate_inode()
|
| A D | journal.c | 865 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
|
| A D | file.c | 2375 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter()
|
| A D | suballoc.c | 1056 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64)) in ocfs2_reserve_new_inode()
|
| A D | dlmglue.c | 1478 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()
|
| /fs/qnx6/ |
| A D | qnx6.h | 34 unsigned long s_mount_opt; /* all mount options */ member 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
|
| A D | inode.c | 51 if (sbi->s_mount_opt & QNX6_MOUNT_MMI_FS) in qnx6_show_options() 309 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super() 317 if (qs->s_mount_opt == QNX6_MOUNT_MMI_FS) { in qnx6_fill_super()
|
| /fs/ext4/ |
| A D | super.c | 2813 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options() 2814 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options() 2946 mount_opt = sbi->s_mount_opt; in _ext4_show_options() 2986 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options() 3114 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super() 5028 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) in ext4_has_journal_option() 5302 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super() 6442 unsigned long s_mount_opt; member 6473 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount() 6553 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount() [all …]
|
| A D | ext4.h | 1272 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ 1274 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ 1276 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ 1528 unsigned int s_mount_opt; member
|
Completed in 112 milliseconds