Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dutils.c49 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
71 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup()
118 static bool erofs_try_to_release_workgroup(struct erofs_sb_info *sbi, in erofs_try_to_release_workgroup()
153 static unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi, in erofs_shrink_workstation()
185 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
196 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
217 struct erofs_sb_info *sbi; in erofs_shrink_scan()
232 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
H A Dinternal.h70 struct erofs_sb_info { struct
114 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument
115 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
225 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
231 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \
446 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
H A Dsuper.c193 struct erofs_sb_info *sbi; in erofs_load_compr_cfgs()
258 struct erofs_sb_info *sbi; in erofs_read_superblock()
506 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
528 struct erofs_sb_info *sbi; in erofs_fc_fill_super()
606 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
654 struct erofs_sb_info *sbi; in erofs_kill_sb()
671 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
747 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
766 struct erofs_sb_info *sbi = EROFS_SB(root->d_sb); in erofs_show_options()
H A 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()
H A Dxattr.c46 struct erofs_sb_info *sbi; in init_inode_xattrs()
197 struct erofs_sb_info *const sbi = EROFS_SB(inode->i_sb); in inline_xattr_iter_begin()
399 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_getxattr()
477 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()
621 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_listxattr()
H A Dzdata.c308 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
655 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
788 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff()
845 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_decompress_pcluster()
1268 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_submit_queue()
1414 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
H A Dzdata.h99 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
H A Dinode.c20 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
H A Ddecompressor.c35 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config()
H A Ddata.c80 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
H A Dzmap.c14 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in z_erofs_fill_inode()