Searched refs:erofs_sb_info (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/fs/erofs/ |
| 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()
|
| 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() 124 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup() 157 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation() 189 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register() 200 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister() 221 struct erofs_sb_info *sbi; in erofs_shrink_scan() 236 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
|
| D | internal.h | 123 struct erofs_sb_info { struct 188 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument 189 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info) 239 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \ 309 struct erofs_sb_info *sbi = EROFS_I_SB(inode); in erofs_iloc() 470 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
|
| D | super.c | 163 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_load_compr_cfgs() 227 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device() 273 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices() 334 struct erofs_sb_info *sbi; in erofs_read_superblock() 644 struct erofs_sb_info *sbi; in erofs_fc_fill_super() 785 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure() 877 struct erofs_sb_info *sbi; in erofs_kill_sb() 905 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super() 1006 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs() 1028 struct erofs_sb_info *sbi = EROFS_SB(root->d_sb); in erofs_show_options()
|
| 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()
|
| D | fscache.c | 340 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume() 367 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain() 406 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain() 567 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs() 600 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
|
| D | compress.h | 84 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
|
| 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() 1066 static bool z_erofs_is_sync_decompress(struct erofs_sb_info *sbi, in z_erofs_is_sync_decompress() 1241 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() 1829 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_read_folio() 1856 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
|
| D | decompressor.c | 31 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config()
|
| D | inode.c | 15 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
|