Home
last modified time | relevance | path

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

/fs/erofs/
Dsuper.c86 EROFS_SB(sb)->feature_incompat = feature; in check_layout_compatibility()
113 sbi = EROFS_SB(sb); in erofs_read_superblock()
167 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_build_cache_strategy()
252 set_opt(EROFS_SB(sb), XATTR_USER); in erofs_parse_options()
255 clear_opt(EROFS_SB(sb), XATTR_USER); in erofs_parse_options()
267 set_opt(EROFS_SB(sb), POSIX_ACL); in erofs_parse_options()
270 clear_opt(EROFS_SB(sb), POSIX_ACL); in erofs_parse_options()
333 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_init_managed_cache()
444 sbi = EROFS_SB(sb); in erofs_kill_sb()
454 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
[all …]
Dutils.c64 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
103 sbi = EROFS_SB(sb); in erofs_register_workgroup()
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()
Dxattr.c88 sbi = EROFS_SB(sb); 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()
425 return test_opt(EROFS_SB(dentry->d_sb), XATTR_USER); in erofs_xattr_user_list()
615 struct erofs_sb_info *const sbi = EROFS_SB(sb); in shared_listxattr()
Dinode.c19 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_read_inode()
180 inode_loc = iloc(EROFS_SB(sb), vi->nid); in erofs_fill_inode()
Dzdata.c736 sbi = EROFS_SB(page->mapping->host->i_sb); 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()
Dinternal.h93 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) macro
Ddecompressor.c128 if (EROFS_SB(rq->sb)->feature_incompat & in z_erofs_lz4_decompress()
Ddata.c78 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()
Dzmap.c51 pos = ALIGN(iloc(EROFS_SB(sb), vi->nid) + vi->inode_isize + in fill_inode_lazy()