Searched refs:s_mount_opt (Results 1 – 13 of 13) sorted by relevance
/linux/fs/ext2/ |
H A D | super.c | 487 clear_opt (opts->s_mount_opt, MINIX_DF); in parse_options() 490 set_opt (opts->s_mount_opt, MINIX_DF); in parse_options() 493 set_opt (opts->s_mount_opt, GRPID); in parse_options() 496 clear_opt (opts->s_mount_opt, GRPID); in parse_options() 524 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options() 525 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options() 526 set_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options() 529 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options() 530 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options() 531 set_opt (opts->s_mount_opt, ERRORS_RO); in parse_options() [all …]
|
H A D | ext2.h | 85 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/ocfs2/ |
H 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()
|
H A D | locks.c | 106 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_flock()
|
H A D | ocfs2.h | 356 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 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()
|
H A D | journal.c | 843 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
|
H A D | dlmglue.c | 1478 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()
|
/linux/fs/qnx6/ |
H 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 & \
|
H 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()
|
/linux/fs/ufs/ |
H A D | ufs.h | 27 unsigned s_mount_opt; member
|
/linux/fs/ext4/ |
H A D | super.c | 2796 (!(sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency() 2804 (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS))) { in ext4_check_opt_consistency() 2807 ((sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency() 2822 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options() 2823 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options() 2955 mount_opt = sbi->s_mount_opt; in _ext4_show_options() 2993 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options() 3115 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super() 4733 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in ext4_check_feature_compatibility() 5281 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super() [all …]
|
H A D | ext4.h | 1258 #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
|