Searched refs:erofs_sb_info (Results 1 – 9 of 9) sorted by relevance
/linux/fs/erofs/ |
H A D | sysfs.c | 100 static unsigned char *__struct_ptr(struct erofs_sb_info *sbi, in __struct_ptr() 113 struct erofs_sb_info *sbi = container_of(kobj, struct erofs_sb_info, in erofs_attr_show() 136 struct erofs_sb_info *sbi = container_of(kobj, struct erofs_sb_info, in erofs_attr_store() 189 struct erofs_sb_info *sbi = container_of(kobj, struct erofs_sb_info, in erofs_sb_release() 224 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_register_sysfs() 240 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_unregister_sysfs()
|
H A D | super.c | 139 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device() 191 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices() 252 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_superblock() 343 static void erofs_default_options(struct erofs_sb_info *sbi) in erofs_default_options() 394 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_set_dax_mode() 418 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_parse_param() 556 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_set_sysfs_name() 573 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_fill_super() 689 struct erofs_sb_info *sbi = fc->s_fs_info; in erofs_fc_get_tree() 720 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure() [all …]
|
H A D | internal.h | 109 struct erofs_sb_info { struct 171 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument 172 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info) 185 static inline bool erofs_is_fileio_mode(struct erofs_sb_info *sbi) in erofs_is_fileio_mode() 221 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \ 291 struct erofs_sb_info *sbi = EROFS_I_SB(inode); in erofs_iloc() 451 unsigned long z_erofs_shrink_scan(struct erofs_sb_info *sbi,
|
H A D | zutil.c | 219 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register() 230 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister() 252 struct erofs_sb_info *sbi; in erofs_shrink_scan() 267 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
|
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 | 115 static bool erofs_folio_is_managed(struct erofs_sb_info *sbi, struct folio *fo) in erofs_folio_is_managed() 571 static int erofs_try_to_free_all_cached_folios(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_folios() 713 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_register_pcluster() 856 static bool __erofs_try_to_release_pcluster(struct erofs_sb_info *sbi, in __erofs_try_to_release_pcluster() 880 static bool erofs_try_to_release_pcluster(struct erofs_sb_info *sbi, in erofs_try_to_release_pcluster() 895 unsigned long z_erofs_shrink_scan(struct erofs_sb_info *sbi, unsigned long nr) in z_erofs_shrink_scan() 916 static void z_erofs_put_pcluster(struct erofs_sb_info *sbi, in z_erofs_put_pcluster() 1076 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() 1410 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff() [all …]
|
H A D | decompressor.c | 23 struct erofs_sb_info *sbi = EROFS_SB(sb); 479 struct erofs_sb_info *sbi = EROFS_SB(sb);
|
H A D | inode.c | 30 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
|
H A D | data.c | 55 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_metabuf()
|