Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dutils.c61 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
83 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup()
130 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup()
165 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()
Dsuper.c127 struct erofs_sb_info *sbi; in erofs_read_superblock()
319 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
341 struct erofs_sb_info *sbi; in erofs_fc_fill_super()
413 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
461 struct erofs_sb_info *sbi; in erofs_kill_sb()
477 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
551 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
570 struct erofs_sb_info *sbi __maybe_unused = EROFS_SB(root->d_sb); in erofs_show_options()
Dinternal.h60 struct erofs_sb_info { struct
99 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument
100 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
214 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
419 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
Dxattr.h23 static inline erofs_blk_t xattrblock_addr(struct erofs_sb_info *sbi, in xattrblock_addr()
34 static inline unsigned int xattrblock_offset(struct erofs_sb_info *sbi, in xattrblock_offset()
Dxattr.c46 struct erofs_sb_info *sbi; in init_inode_xattrs()
189 struct erofs_sb_info *const sbi = EROFS_SB(inode->i_sb); in inline_xattr_iter_begin()
391 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_getxattr()
468 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()
612 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_listxattr()
Dzdata.h99 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
Dzdata.c201 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
568 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
744 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_decompress_pcluster()
1160 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_submit_queue()
1307 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
Ddata.c78 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
Dinode.c20 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()