Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
678 sbi->s_mount_opt); in ext2_setup_super()
881 opts.s_mount_opt = 0; in ext2_fill_super()
885 set_opt(opts.s_mount_opt, DEBUG); in ext2_fill_super()
887 set_opt(opts.s_mount_opt, GRPID); in ext2_fill_super()
914 sbi->s_mount_opt = opts.s_mount_opt; in ext2_fill_super()
954 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
1345 new_opts.s_mount_opt = sbi->s_mount_opt; in ext2_remount()
1355 if ((sbi->s_mount_opt ^ new_opts.s_mount_opt) & EXT2_MOUNT_DAX) { in ext2_remount()
[all …]
A Dext2.h88 unsigned long s_mount_opt; member
396 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \
628 unsigned long s_mount_opt; member
/linux-6.3-rc2/fs/ufs/
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 …]
A Dufs.h27 unsigned s_mount_opt; member
/linux-6.3-rc2/fs/reiserfs/
A Dreiserfs.h550 unsigned long s_mount_opt; member
715 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH))
717 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH))
722 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4))
724 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL))
725 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL))
726 #define replay_only(s) (REISERFS_SB(s)->s_mount_opt & (1 << REPLAYONLY))
727 #define reiserfs_attrs(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_ATTRS))
729 #define convert_reiserfs(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_CONVERT))
730 #define reiserfs_data_log(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_DATA_LOG))
[all …]
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 …]
A Dxattr.c1026 clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
1027 clear_bit(REISERFS_POSIXACL, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
/linux-6.3-rc2/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()
1004 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super()
1038 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.h332 unsigned long s_mount_opt; member
483 if (OCFS2_SB(inode->i_sb)->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_should_order_data()
A Dxattr.c630 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_calc_xattr_init()
686 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_calc_xattr_init()
891 if (OCFS2_SB(sb)->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_list_entry()
7347 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_get()
7361 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.c807 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
A Dfile.c2356 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter()
A Dsuballoc.c1050 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-6.3-rc2/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.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()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c2774 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()
2775 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()
2909 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2947 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options()
3066 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
5085 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super()
5123 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in __ext4_fill_super()
6334 unsigned long s_mount_opt; member
6364 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6426 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount()
[all …]
A Dext4.h1271 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \
1273 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \
1275 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \
1528 unsigned int s_mount_opt; member

Completed in 108 milliseconds