Home
last modified time | relevance | path

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

/linux/fs/erofs/
A 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()
A Dinternal.h92 struct erofs_sb_info { struct
139 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument
140 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
250 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
256 static inline bool erofs_sb_has_##name(struct erofs_sb_info *sbi) \
524 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
A Dsuper.c192 struct erofs_sb_info *sbi; in erofs_load_compr_cfgs()
261 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_devices()
333 struct erofs_sb_info *sbi; in erofs_read_superblock()
608 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
630 struct erofs_sb_info *sbi; in erofs_fc_fill_super()
710 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
788 struct erofs_sb_info *sbi; in erofs_kill_sb()
807 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
891 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
910 struct erofs_sb_info *sbi = EROFS_SB(root->d_sb); in erofs_show_options()
A 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()
A 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()
A Dcompress.h84 static inline bool erofs_page_is_managed(const struct erofs_sb_info *sbi, in erofs_page_is_managed()
A Dzdata.c294 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
636 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
769 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff()
829 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_decompress_pcluster()
1243 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_submit_queue()
1468 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
A Ddecompressor.c23 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config()
A Ddata.c48 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
A Dinode.c20 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
A Dzmap.c13 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in z_erofs_fill_inode()

Completed in 25 milliseconds