Searched refs:erofs_sb_info (Results 1 – 10 of 10) sorted by relevance
/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() 223 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_unregister_sysfs()
|
H A D | zutil.c | 237 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup() 259 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup() 300 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup() 333 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation() 358 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register() 369 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister() 390 struct erofs_sb_info *sbi; in erofs_shrink_scan() 405 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
|
H A D | super.c | 162 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device() 214 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices() 275 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_superblock() 422 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_set_dax_mode() 446 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_parse_param() 576 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_set_sysfs_name() 593 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_fill_super() 735 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure() 799 struct erofs_sb_info *sbi; in erofs_init_fs_context() 821 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_kill_sb() [all …]
|
H A D | internal.h | 115 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) 194 static inline bool erofs_is_fileio_mode(struct erofs_sb_info *sbi) in erofs_is_fileio_mode() 236 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \ 306 struct erofs_sb_info *sbi = EROFS_I_SB(inode); in erofs_iloc() 471 int erofs_try_to_free_all_cached_folios(struct erofs_sb_info *sbi,
|
H A D | xattr.c | 213 struct erofs_sb_info *sbi = EROFS_SB(it->sb); in erofs_listxattr_foreach() 264 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_getxattr_foreach() 363 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_iter_shared() 391 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_getxattr() 459 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_prefixes_cleanup() 472 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_prefixes_init()
|
H A D | fscache.c | 405 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume() 432 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain() 472 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain() 633 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs() 666 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
|
H A D | zdata.c | 120 static bool erofs_folio_is_managed(struct erofs_sb_info *sbi, struct folio *fo) in erofs_folio_is_managed() 590 int erofs_try_to_free_all_cached_folios(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_folios() 1005 static bool z_erofs_is_sync_decompress(struct erofs_sb_info *sbi, in z_erofs_is_sync_decompress() 1174 struct erofs_sb_info *const sbi = EROFS_SB(be->sb); in z_erofs_decompress_pcluster() 1339 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff() 1701 struct erofs_sb_info *sbi = EROFS_I_SB(f->inode); in z_erofs_runqueue()
|
H A D | decompressor.c | 30 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config() 486 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_parse_cfgs()
|
H A D | inode.c | 30 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
|
H A D | data.c | 62 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_metabuf()
|