Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H 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 …]
H 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
/openbmc/linux/fs/ufs/
H A Dsuper.c291 switch (UFS_SB(sb)->s_mount_opt & UFS_MOUNT_ONERROR) { in ufs_error()
476 unsigned mtype = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_setup_cstotal()
820 sbi->s_mount_opt = 0; in ufs_fill_super()
821 ufs_set_opt (sbi->s_mount_opt, ONERROR_LOCK); in ufs_fill_super()
826 if (!(sbi->s_mount_opt & UFS_MOUNT_UFSTYPE)) { in ufs_fill_super()
833 ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD); in ufs_fill_super()
849 switch (sbi->s_mount_opt & UFS_MOUNT_UFSTYPE) { in ufs_fill_super()
1342 UFS_SB(sb)->s_mount_opt = new_mount_opt; in ufs_remount()
1386 UFS_SB(sb)->s_mount_opt = new_mount_opt; in ufs_remount()
1394 unsigned mval = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_show_options()
[all …]
H A Dufs.h27 unsigned s_mount_opt; member
/openbmc/linux/fs/reiserfs/
H 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 …]
H A Dsuper.c725 long opts = REISERFS_SB(s)->s_mount_opt; in reiserfs_show_options()
1352 REISERFS_SB(s)->s_mount_opt |= (1 << mode); in switch_data_mode()
1382 REISERFS_SB(s)->s_mount_opt &= ~all_barrier; in handle_barrier_mode()
1384 REISERFS_SB(s)->s_mount_opt |= flush; in handle_barrier_mode()
1387 REISERFS_SB(s)->s_mount_opt |= none; in handle_barrier_mode()
1493 REISERFS_SB(s)->s_mount_opt = in reiserfs_remount()
1909 sbi->s_mount_opt |= (1 << REISERFS_SMALLTAIL); in reiserfs_fill_super()
1910 sbi->s_mount_opt |= (1 << REISERFS_ERROR_RO); in reiserfs_fill_super()
1911 sbi->s_mount_opt |= (1 << REISERFS_BARRIER_FLUSH); in reiserfs_fill_super()
2008 sbi->s_mount_opt |= (1 << REISERFS_DATA_ORDERED); in reiserfs_fill_super()
[all …]
H 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()
/openbmc/linux/fs/qnx6/
H A Dqnx6.h34 unsigned long s_mount_opt; /* all mount options */ member
71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
H A Dinode.c52 if (sbi->s_mount_opt & QNX6_MOUNT_MMI_FS) in qnx6_show_options()
247 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
/openbmc/linux/fs/ocfs2/
H 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 …]
H 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()
H A Dlocks.c106 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_flock()
H 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()
H 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()
7365 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_get()
7379 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_set()
H A Dinode.c270 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_populate_inode()
H A Djournal.c826 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
H A Dsuballoc.c1050 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64)) in ocfs2_reserve_new_inode()
H A Dfile.c2363 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter()
H A Ddlmglue.c1477 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()
/openbmc/linux/fs/ext4/
H A Dsuper.c2850 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()
2851 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()
2983 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
3021 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options()
3140 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
4737 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in ext4_check_feature_compatibility()
5261 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super()
6423 unsigned long s_mount_opt; member
6454 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6525 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount()
[all …]
H A Dext4.h1243 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \
1245 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \
1247 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \
1498 unsigned int s_mount_opt; member