Home
last modified time | relevance | path

Searched refs:erofs_sb_info (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/fs/erofs/
Dsysfs.c97 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()
Dutils.c57 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
79 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup()
126 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup()
161 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation()
193 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
204 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
225 struct erofs_sb_info *sbi; in erofs_shrink_scan()
240 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
Dxattr.h22 static inline erofs_blk_t xattrblock_addr(struct erofs_sb_info *sbi, in xattrblock_addr()
33 static inline unsigned int xattrblock_offset(struct erofs_sb_info *sbi, in xattrblock_offset()
Dinternal.h117 struct erofs_sb_info { struct
177 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument
178 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
275 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
281 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \
562 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
Dsuper.c166 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_load_compr_cfgs()
226 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device()
272 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices()
330 struct erofs_sb_info *sbi; in erofs_read_superblock()
650 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
716 struct erofs_sb_info *sbi; in erofs_fc_fill_super()
834 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
930 struct erofs_sb_info *sbi; in erofs_kill_sb()
961 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
1056 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
[all …]
Dfscache.c412 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume()
439 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain()
478 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain()
648 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs()
669 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
Dxattr.c26 struct erofs_sb_info *sbi; in init_inode_xattrs()
162 struct erofs_sb_info *const sbi = EROFS_SB(inode->i_sb); in inline_xattr_iter_begin()
361 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_getxattr()
430 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()
573 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_listxattr()
Dcompress.h84 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
Dzdata.c362 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
690 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
846 static bool z_erofs_get_sync_decompress_policy(struct erofs_sb_info *sbi, in z_erofs_get_sync_decompress_policy()
1022 struct erofs_sb_info *const sbi = EROFS_SB(be->sb); in z_erofs_decompress_pcluster()
1176 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff()
1615 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_read_folio()
1645 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
Ddecompressor.c31 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config()
Dinode.c15 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
Ddata.c99 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
Dzmap.c17 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in z_erofs_fill_inode()