/fs/f2fs/ |
D | super.c | 319 if (test_opt(sbi, RESERVE_ROOT) && in limit_reserve_root() 325 if (!test_opt(sbi, RESERVE_ROOT) && in limit_reserve_root() 464 if (test_opt(sbi, PRJQUOTA) && !f2fs_sb_has_project_quota(sbi)) { in f2fs_check_quota_options() 471 if (test_opt(sbi, USRQUOTA) && in f2fs_check_quota_options() 475 if (test_opt(sbi, GRPQUOTA) && in f2fs_check_quota_options() 479 if (test_opt(sbi, PRJQUOTA) && in f2fs_check_quota_options() 483 if (test_opt(sbi, GRPQUOTA) || test_opt(sbi, USRQUOTA) || in f2fs_check_quota_options() 484 test_opt(sbi, PRJQUOTA)) { in f2fs_check_quota_options() 858 if (test_opt(sbi, RESERVE_ROOT)) { in parse_options() 1371 if (test_opt(sbi, INLINE_XATTR_SIZE)) { in parse_options() [all …]
|
D | xattr.c | 54 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_get() 77 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_set() 94 return test_opt(sbi, XATTR_USER); in f2fs_xattr_user_list()
|
D | extent_cache.c | 80 return test_opt(F2FS_I_SB(inode), READ_EXTENT_CACHE) && in __init_may_extent_tree() 83 return test_opt(F2FS_I_SB(inode), AGE_EXTENT_CACHE) && in __init_may_extent_tree() 1014 if (!test_opt(sbi, READ_EXTENT_CACHE)) in f2fs_shrink_read_extent_tree() 1051 if (!test_opt(sbi, AGE_EXTENT_CACHE)) in f2fs_shrink_age_extent_tree()
|
D | namei.c | 270 if (test_opt(sbi, INLINE_XATTR)) in f2fs_new_inode() 300 if (test_opt(sbi, INLINE_DATA) && f2fs_may_inline_data(inode)) in f2fs_new_inode() 303 if (name && !test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_new_inode()
|
/fs/ext2/ |
D | super.c | 75 if (test_opt(sb, ERRORS_PANIC)) in ext2_error() 77 if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) { in ext2_error() 248 if (test_opt(sb, MINIX_DF)) in ext2_show_options() 250 if (test_opt(sb, GRPID)) in ext2_show_options() 252 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options() 264 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options() 272 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options() 274 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options() 276 if (test_opt(sb, NO_UID32)) in ext2_show_options() 278 if (test_opt(sb, DEBUG)) in ext2_show_options() [all …]
|
D | xattr_user.c | 17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list() 25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get() 38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
|
D | ioctl.c | 90 if (test_opt(inode->i_sb, RESERVATION) in ext2_ioctl() 99 if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode)) in ext2_ioctl()
|
D | inode.c | 1303 } else if (test_opt(inode->i_sb, NOBH)) in ext2_setsize() 1387 if (test_opt(inode->i_sb, DAX) && S_ISREG(inode->i_mode)) in ext2_set_inode_flags() 1397 else if (test_opt(inode->i_sb, NOBH)) in ext2_set_file_ops() 1432 if (!(test_opt (inode->i_sb, NO_UID32))) { in ext2_iget() 1498 if (test_opt(inode->i_sb, NOBH)) in ext2_iget() 1511 if (test_opt(inode->i_sb, NOBH)) in ext2_iget() 1556 if (!(test_opt(sb, NO_UID32))) { in __ext2_write_inode()
|
D | namei.c | 181 if (test_opt(inode->i_sb, NOBH)) in ext2_symlink() 250 if (test_opt(inode->i_sb, NOBH)) in ext2_mkdir()
|
D | ialloc.c | 452 if (test_opt(sb, OLDALLOC)) in ext2_new_inode() 549 if (test_opt(sb, GRPID)) { in ext2_new_inode()
|
/fs/ext4/ |
D | xattr_hurd.c | 18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list() 26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get() 40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
|
D | xattr_user.c | 18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list() 26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get() 39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
|
D | ext4_jbd2.c | 17 test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in ext4_inode_journal_mode() 19 !test_opt(inode->i_sb, DELALLOC))) { in ext4_inode_journal_mode() 25 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_inode_journal_mode() 27 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in ext4_inode_journal_mode() 272 test_opt(inode->i_sb, DATA_FLAGS)); in __ext4_forget() 285 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in __ext4_forget()
|
D | super.c | 635 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT); in ext4_handle_error() 638 if (test_opt(sb, WARN_ON_ERROR)) in ext4_handle_error() 666 if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) { in ext4_handle_error() 983 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error() 984 if (test_opt(sb, WARN_ON_ERROR)) in __ext4_grp_locked_error() 2320 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt() 2360 (test_opt(sb, DATA_FLAGS) == in handle_mount_opt() 2465 if (test_opt(sb, PRJQUOTA) && !ext4_has_feature_project(sb)) { in parse_options() 2473 if (test_opt(sb, USRQUOTA) && usr_qf_name) in parse_options() 2476 if (test_opt(sb, GRPQUOTA) && grp_qf_name) in parse_options() [all …]
|
D | ext4_jbd2.h | 480 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_free_data_revoke_credits() 502 if (!test_opt(inode->i_sb, DIOREAD_NOLOCK)) in ext4_should_dioread_nolock() 511 if (!test_opt(inode->i_sb, DELALLOC)) in ext4_should_dioread_nolock()
|
D | fsync.c | 98 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
|
D | resize.c | 156 if (test_opt(sb, DEBUG)) in verify_group_input() 399 if (test_opt(sb, DEBUG)) { in ext4_alloc_group_tables() 824 if (test_opt(sb, DEBUG)) in add_new_gdb() 1482 if (test_opt(sb, DEBUG)) in ext4_update_super() 1628 if (!test_opt(sb, INIT_INODE_TABLE)) in ext4_setup_next_flex_gd() 1775 if (test_opt(sb, DEBUG)) in ext4_group_extend_no_check() 1806 if (test_opt(sb, DEBUG)) in ext4_group_extend()
|
D | ioctl.c | 310 test_opt(inode->i_sb, DAX_ALWAYS)) in ext4_dax_dontcache() 720 test_opt(sb, INIT_INODE_TABLE)) in ext4_ioctl_group_add() 1091 test_opt(sb, INIT_INODE_TABLE)) in __ext4_ioctl() 1115 if (test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) in __ext4_ioctl()
|
D | orphan.c | 331 if (test_opt(sb, DEBUG)) in ext4_process_orphan() 352 if (test_opt(sb, DEBUG)) in ext4_process_orphan()
|
D | block_validity.c | 264 if (test_opt(sb, DEBUG)) in ext4_setup_system_zone()
|
D | balloc.c | 695 if (test_opt(sb, DISCARD)) { in ext4_should_retry_alloc() 980 if (test_opt(inode->i_sb, DELALLOC)) in ext4_inode_to_goal_block()
|
/fs/erofs/ |
D | super.c | 659 if (test_opt(&sbi->opt, DAX_ALWAYS) && in erofs_fc_fill_super() 671 if (test_opt(&sbi->opt, POSIX_ACL)) in erofs_fc_fill_super() 723 if (test_opt(&ctx->opt, POSIX_ACL)) in erofs_fc_reconfigure() 930 if (test_opt(opt, XATTR_USER)) in erofs_show_options() 936 if (test_opt(opt, POSIX_ACL)) in erofs_show_options() 949 if (test_opt(opt, DAX_ALWAYS)) in erofs_show_options() 951 if (test_opt(opt, DAX_NEVER)) in erofs_show_options()
|
D | xattr.c | 432 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list() 479 if (!test_opt(&sbi->opt, XATTR_USER)) in erofs_xattr_generic_get()
|
/fs/qnx6/ |
D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
D | dir.c | 96 if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) != in qnx6_dir_longfilename()
|