Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dutils.c48 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
70 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup()
117 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup()
152 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation()
180 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
191 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
212 struct erofs_sb_info *sbi; in erofs_shrink_scan()
227 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
Dinternal.h71 struct erofs_sb_info { struct
115 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument
116 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
226 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
232 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \
461 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
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()
Dsuper.c192 struct erofs_sb_info *sbi; in erofs_load_compr_cfgs()
257 struct erofs_sb_info *sbi; in erofs_read_superblock()
505 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
527 struct erofs_sb_info *sbi; in erofs_fc_fill_super()
605 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
653 struct erofs_sb_info *sbi; in erofs_kill_sb()
670 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
746 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
765 struct erofs_sb_info *sbi = EROFS_SB(root->d_sb); in erofs_show_options()
Dxattr.c45 struct erofs_sb_info *sbi; in init_inode_xattrs()
196 struct erofs_sb_info *const sbi = EROFS_SB(inode->i_sb); in inline_xattr_iter_begin()
398 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_getxattr()
475 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()
619 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_listxattr()
Dzdata.c307 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
649 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
781 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff()
841 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_decompress_pcluster()
1264 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_submit_queue()
1411 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
Dzdata.h98 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
Ddata.c48 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
Ddecompressor.c34 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config()
Dinode.c20 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
Dzmap.c13 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in z_erofs_fill_inode()