Home
last modified time | relevance | path

Searched refs:s_mount_opt (Results 1 – 21 of 21) sorted by relevance

/linux/fs/ext2/
A Dsuper.c584 set_opt(opts->s_mount_opt, XIP); in parse_options()
590 set_opt(opts->s_mount_opt, DAX); in parse_options()
677 sbi->s_mount_opt); in ext2_setup_super()
880 opts.s_mount_opt = 0; in ext2_fill_super()
884 set_opt(opts.s_mount_opt, DEBUG); in ext2_fill_super()
886 set_opt(opts.s_mount_opt, GRPID); in ext2_fill_super()
913 sbi->s_mount_opt = opts.s_mount_opt; in ext2_fill_super()
960 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
1337 new_opts.s_mount_opt = sbi->s_mount_opt; in ext2_remount()
1347 if ((sbi->s_mount_opt ^ new_opts.s_mount_opt) & EXT2_MOUNT_DAX) { in ext2_remount()
[all …]
A Dext2.h85 unsigned long s_mount_opt; member
385 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \
623 unsigned long s_mount_opt; member
/linux/fs/ufs/
A Dsuper.c292 switch (UFS_SB(sb)->s_mount_opt & UFS_MOUNT_ONERROR) { in ufs_error()
477 unsigned mtype = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_setup_cstotal()
821 sbi->s_mount_opt = 0; in ufs_fill_super()
822 ufs_set_opt (sbi->s_mount_opt, ONERROR_LOCK); in ufs_fill_super()
827 if (!(sbi->s_mount_opt & UFS_MOUNT_UFSTYPE)) { in ufs_fill_super()
834 ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD); in ufs_fill_super()
850 switch (sbi->s_mount_opt & UFS_MOUNT_UFSTYPE) { in ufs_fill_super()
1343 UFS_SB(sb)->s_mount_opt = new_mount_opt; in ufs_remount()
1387 UFS_SB(sb)->s_mount_opt = new_mount_opt; in ufs_remount()
1395 unsigned mval = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_show_options()
[all …]
A Dufs.h27 unsigned s_mount_opt; member
/linux/fs/reiserfs/
A Dreiserfs.h549 unsigned long s_mount_opt; member
714 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH))
716 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH))
721 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4))
723 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL))
724 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL))
725 #define replay_only(s) (REISERFS_SB(s)->s_mount_opt & (1 << REPLAYONLY))
726 #define reiserfs_attrs(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_ATTRS))
728 #define convert_reiserfs(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_CONVERT))
729 #define reiserfs_data_log(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_DATA_LOG))
[all …]
A Dsuper.c724 long opts = REISERFS_SB(s)->s_mount_opt; in reiserfs_show_options()
1351 REISERFS_SB(s)->s_mount_opt |= (1 << mode); in switch_data_mode()
1381 REISERFS_SB(s)->s_mount_opt &= ~all_barrier; in handle_barrier_mode()
1383 REISERFS_SB(s)->s_mount_opt |= flush; in handle_barrier_mode()
1386 REISERFS_SB(s)->s_mount_opt |= none; in handle_barrier_mode()
1492 REISERFS_SB(s)->s_mount_opt = in reiserfs_remount()
1908 sbi->s_mount_opt |= (1 << REISERFS_SMALLTAIL); in reiserfs_fill_super()
1909 sbi->s_mount_opt |= (1 << REISERFS_ERROR_RO); in reiserfs_fill_super()
1910 sbi->s_mount_opt |= (1 << REISERFS_BARRIER_FLUSH); in reiserfs_fill_super()
2007 sbi->s_mount_opt |= (1 << REISERFS_DATA_ORDERED); in reiserfs_fill_super()
[all …]
A Dxattr.c1028 clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
1029 clear_bit(REISERFS_POSIXACL, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
/linux/fs/qnx6/
A Dqnx6.h34 unsigned long s_mount_opt; /* all mount options */ member
71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
A Dinode.c51 if (sbi->s_mount_opt & QNX6_MOUNT_MMI_FS) in qnx6_show_options()
312 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super()
320 if (qs->s_mount_opt == QNX6_MOUNT_MMI_FS) { in qnx6_fill_super()
/linux/fs/ocfs2/
A Dsuper.c241 osb->s_mount_opt, osb->s_atime_quantum); in ocfs2_osb_dump()
636 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64) && in ocfs2_remount()
704 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()
714 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? in ocfs2_remount()
811 if (osb->s_mount_opt & hb_enabled) { in ocfs2_verify_heartbeat()
822 if (((osb->s_mount_opt & OCFS2_MOUNT_HB_GLOBAL) && in ocfs2_verify_heartbeat()
824 ((osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) && in ocfs2_verify_heartbeat()
831 if (!(osb->s_mount_opt & hb_enabled)) { in ocfs2_verify_heartbeat()
1006 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super()
1040 if (osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) { in ocfs2_fill_super()
[all …]
A Dacl.c305 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 Dlocks.c106 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_flock()
A Docfs2.h356 unsigned long s_mount_opt; member
510 if (OCFS2_SB(inode->i_sb)->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_should_order_data()
A Dxattr.c626 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 Dinode.c270 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_populate_inode()
A Djournal.c843 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
A Dfile.c2375 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter()
A Dsuballoc.c1054 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64)) in ocfs2_reserve_new_inode()
A Ddlmglue.c1477 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()
/linux/fs/ext4/
A Dsuper.c2817 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()
2818 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()
2950 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2988 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options()
3107 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
4698 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in ext4_check_feature_compatibility()
5246 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super()
6404 unsigned long s_mount_opt; member
6435 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6515 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount()
[all …]
A Dext4.h1258 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \
1260 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \
1262 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \
1514 unsigned int s_mount_opt; member

Completed in 112 milliseconds