Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dutils.c64 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
90 struct erofs_sb_info *sbi; in erofs_register_workgroup()
151 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup()
190 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation()
234 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
245 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
265 struct erofs_sb_info *sbi; in erofs_shrink_scan()
280 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
Dsuper.c100 struct erofs_sb_info *sbi; in erofs_read_superblock()
167 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_build_cache_strategy()
199 static void erofs_default_options(struct erofs_sb_info *sbi) in erofs_default_options()
333 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
355 struct erofs_sb_info *sbi; in erofs_fill_super()
438 struct erofs_sb_info *sbi; in erofs_kill_sb()
454 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
528 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
548 struct erofs_sb_info *sbi __maybe_unused = EROFS_SB(root->d_sb); in erofs_show_options()
579 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_remount()
Dinternal.h49 struct erofs_sb_info { struct
93 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument
94 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
208 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
415 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()
614 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_listxattr()
Dzdata.c211 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
574 struct erofs_sb_info *const sbi __maybe_unused = EROFS_I_SB(inode); in z_erofs_do_read_page()
723 struct erofs_sb_info *sbi = NULL; in z_erofs_vle_read_endio()
759 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_decompress_pcluster()
1208 struct erofs_sb_info *const sbi __maybe_unused = EROFS_SB(sb); in z_erofs_vle_submit_all()
1361 static bool should_decompress_synchronously(struct erofs_sb_info *sbi, in should_decompress_synchronously()
1373 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_vle_normalaccess_readpages()
Dzdata.h103 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
Ddata.c78 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
Dinode.c19 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_read_inode()