Searched refs:erofs_sb_info (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/erofs/ |
H A D | sysfs.c | 97 static unsigned char *__struct_ptr(struct erofs_sb_info *sbi, in __struct_ptr() 110 struct erofs_sb_info *sbi = container_of(kobj, struct erofs_sb_info, in erofs_attr_show() 133 struct erofs_sb_info *sbi = container_of(kobj, struct erofs_sb_info, in erofs_attr_store() 172 struct erofs_sb_info *sbi = container_of(kobj, struct erofs_sb_info, in erofs_sb_release() 207 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_register_sysfs() 241 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_unregister_sysfs()
|
H A D | utils.c | 55 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup() 77 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup() 118 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup() 151 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation() 183 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register() 194 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister() 215 struct erofs_sb_info *sbi; in erofs_shrink_scan() 230 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
|
H A D | super.c | 174 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device() 220 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices() 281 struct erofs_sb_info *sbi; in erofs_read_superblock() 370 static void erofs_default_options(struct erofs_sb_info *sbi) in erofs_default_options() 426 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_set_dax_mode() 451 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_parse_param() 581 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_fill_super() 692 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_get_tree() 703 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure() 704 struct erofs_sb_info *new_sbi = fc->s_fs_info; in erofs_fc_reconfigure() [all …]
|
H A D | internal.h | 116 struct erofs_sb_info { struct 181 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument 182 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info) 232 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \ 302 struct erofs_sb_info *sbi = EROFS_I_SB(inode); in erofs_iloc() 462 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
|
H A D | xattr.c | 217 struct erofs_sb_info *sbi = EROFS_SB(it->sb); in erofs_listxattr_foreach() 269 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_getxattr_foreach() 371 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_iter_shared() 400 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_getxattr() 468 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_prefixes_cleanup() 481 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_prefixes_init()
|
H A D | fscache.c | 353 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume() 380 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain() 420 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain() 581 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs() 614 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
|
H A D | compress.h | 86 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
|
H A D | decompressor.c | 30 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config() 390 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_parse_cfgs()
|
H A D | zdata.c | 624 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages() 1067 static bool z_erofs_is_sync_decompress(struct erofs_sb_info *sbi, in z_erofs_is_sync_decompress() 1242 struct erofs_sb_info *const sbi = EROFS_SB(be->sb); in z_erofs_decompress_pcluster() 1401 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff() 1831 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_read_folio() 1858 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
|
H A D | inode.c | 15 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
|