Lines Matching refs:F2FS_OPTION
104 #define F2FS_OPTION(sbi) ((sbi)->mount_opt) macro
105 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option)
106 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option)
107 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option)
1125 (unlikely(F2FS_OPTION(sbi).test_dummy_encryption))
1315 struct f2fs_fault_info *ffi = &F2FS_OPTION(sbi).fault_info; in time_to_inject()
1666 if (uid_eq(F2FS_OPTION(sbi).s_resuid, current_fsuid())) in __allow_reserved_blocks()
1668 if (!gid_eq(F2FS_OPTION(sbi).s_resgid, GLOBAL_ROOT_GID) && in __allow_reserved_blocks()
1669 in_group_p(F2FS_OPTION(sbi).s_resgid)) in __allow_reserved_blocks()
1706 avail_user_block_count -= F2FS_OPTION(sbi).root_reserved_blocks; in inc_valid_block_count()
1913 valid_block_count += F2FS_OPTION(sbi).root_reserved_blocks; in inc_valid_node_count()