/fs/ext2/ |
D | super.c | 293 if (sbi->s_mount_opt & EXT2_MOUNT_USRQUOTA) in ext2_show_options() 296 if (sbi->s_mount_opt & EXT2_MOUNT_GRPQUOTA) in ext2_show_options() 301 if (sbi->s_mount_opt & EXT2_MOUNT_XIP) in ext2_show_options() 303 if (sbi->s_mount_opt & EXT2_MOUNT_DAX) in ext2_show_options() 472 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options() 475 set_opt (sbi->s_mount_opt, MINIX_DF); in parse_options() 478 set_opt (sbi->s_mount_opt, GRPID); in parse_options() 481 clear_opt (sbi->s_mount_opt, GRPID); in parse_options() 509 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options() 510 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options() [all …]
|
D | ext2.h | 85 unsigned long s_mount_opt; member 400 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ 648 unsigned long s_mount_opt; member
|
/fs/ufs/ |
D | super.c | 290 switch (UFS_SB(sb)->s_mount_opt & UFS_MOUNT_ONERROR) { in ufs_error() 475 unsigned mtype = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_setup_cstotal() 588 unsigned mtype = UFS_SB(sb)->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_put_cstotal() 809 sbi->s_mount_opt = 0; in ufs_fill_super() 810 ufs_set_opt (sbi->s_mount_opt, ONERROR_LOCK); in ufs_fill_super() 811 if (!ufs_parse_options ((char *) data, &sbi->s_mount_opt)) { in ufs_fill_super() 815 if (!(sbi->s_mount_opt & UFS_MOUNT_UFSTYPE)) { in ufs_fill_super() 822 ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD); in ufs_fill_super() 834 switch (sbi->s_mount_opt & UFS_MOUNT_UFSTYPE) { in ufs_fill_super() 1023 if ((((sbi->s_mount_opt & UFS_MOUNT_UFSTYPE) == UFS_MOUNT_UFSTYPE_NEXTSTEP) in ufs_fill_super() [all …]
|
D | ufs.h | 26 unsigned s_mount_opt; member
|
/fs/reiserfs/ |
D | reiserfs.h | 551 unsigned long s_mount_opt; member 716 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH)) 717 #define reiserfs_rupasov_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_RUPASOV_HASH)) 718 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) 719 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) 720 #define reiserfs_no_border(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_BORDER)) 721 #define reiserfs_no_unhashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_UNHASHE… 722 #define reiserfs_hashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_HASHED_RELOCATI… 723 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4)) 725 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL)) [all …]
|
D | super.c | 700 long opts = REISERFS_SB(s)->s_mount_opt; in reiserfs_show_options() 1326 REISERFS_SB(s)->s_mount_opt &= ~((1 << REISERFS_DATA_LOG) | in switch_data_mode() 1329 REISERFS_SB(s)->s_mount_opt |= (1 << mode); in switch_data_mode() 1359 REISERFS_SB(s)->s_mount_opt &= ~all_barrier; in handle_barrier_mode() 1361 REISERFS_SB(s)->s_mount_opt |= flush; in handle_barrier_mode() 1364 REISERFS_SB(s)->s_mount_opt |= none; in handle_barrier_mode() 1378 REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS); in handle_attrs() 1385 REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS); in handle_attrs() 1411 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; in reiserfs_remount() 1475 REISERFS_SB(s)->s_mount_opt = in reiserfs_remount() [all …]
|
D | xattr.c | 997 clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init() 998 clear_bit(REISERFS_POSIXACL, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
|
/fs/ocfs2/ |
D | super.c | 257 osb->s_mount_opt, osb->s_atime_quantum); in ocfs2_osb_dump() 654 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount() 660 if ((osb->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK) != in ocfs2_remount() 669 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64) && in ocfs2_remount() 737 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount() 747 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? in ocfs2_remount() 844 if (osb->s_mount_opt & hb_enabled) { in ocfs2_verify_heartbeat() 855 if (((osb->s_mount_opt & OCFS2_MOUNT_HB_GLOBAL) && in ocfs2_verify_heartbeat() 857 ((osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) && in ocfs2_verify_heartbeat() 864 if (!(osb->s_mount_opt & hb_enabled)) { in ocfs2_verify_heartbeat() [all …]
|
D | acl.c | 308 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_iop_get_acl() 333 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_acl_chmod() 366 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_init_acl() 381 if ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) && acl) { in ocfs2_init_acl()
|
D | locks.c | 123 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_flock()
|
D | ocfs2.h | 345 unsigned long s_mount_opt; member 489 if (OCFS2_SB(inode->i_sb)->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_should_order_data()
|
D | xattr.c | 640 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_calc_xattr_init() 693 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_calc_xattr_init() 898 if (OCFS2_SB(sb)->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_list_entry() 7352 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_get() 7365 if (osb->s_mount_opt & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_xattr_user_set()
|
D | inode.c | 285 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_populate_inode()
|
D | journal.c | 820 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
|
D | file.c | 2198 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter()
|
D | suballoc.c | 1068 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64)) in ocfs2_reserve_new_inode()
|
D | dlmglue.c | 1433 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()
|
/fs/qnx6/ |
D | qnx6.h | 33 unsigned long s_mount_opt; /* all mount options */ member 70 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
|
D | inode.c | 51 if (sbi->s_mount_opt & QNX6_MOUNT_MMI_FS) in qnx6_show_options() 248 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
|
/fs/ext4/ |
D | super.c | 1782 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt() 1804 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt() 1810 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt() 1812 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt() 1825 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt() 1827 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt() 1974 if (!(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options() 1977 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options() 1978 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options() 2008 if (EXT4_MOUNT_DATA_FLAGS & (sbi->s_mount_opt ^ def_mount_opt)) { in _ext4_show_options() [all …]
|
D | ext4.h | 1160 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ 1162 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ 1164 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ 1368 unsigned int s_mount_opt; member
|