Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Dutils.c42 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
73 struct erofs_sb_info *sbi; in erofs_register_workgroup()
117 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_register_super()
218 struct erofs_sb_info *sbi; in erofs_shrink_scan()
233 sbi = list_entry(p, struct erofs_sb_info, list); in erofs_shrink_scan()
Dinternal.h78 struct erofs_sb_info { struct
129 static inline bool time_to_inject(struct erofs_sb_info *sbi, int type) in time_to_inject() argument
148 static inline void *erofs_kmalloc(struct erofs_sb_info *sbi, in erofs_kmalloc()
160 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info)
161 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info)
252 extern unsigned long erofs_shrink_workstation(struct erofs_sb_info *sbi,
263 extern int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi,
305 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
Dsuper.c81 struct erofs_sb_info *sbi; in superblock_read()
147 static void erofs_build_fault_attr(struct erofs_sb_info *sbi, in erofs_build_fault_attr()
162 static void default_options(struct erofs_sb_info *sbi) in default_options()
320 struct erofs_sb_info *sbi; in erofs_read_super()
331 sbi = kzalloc(sizeof(struct erofs_sb_info), GFP_KERNEL); in erofs_read_super()
447 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_put_super()
584 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
604 struct erofs_sb_info *sbi __maybe_unused = EROFS_SB(root->d_sb); in erofs_show_options()
Dxattr.h30 xattrblock_addr(struct erofs_sb_info *sbi, unsigned xattr_id) in xattrblock_addr()
41 xattrblock_offset(struct erofs_sb_info *sbi, unsigned xattr_id) in xattrblock_offset()
Dinode.c64 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in read_inode()
118 struct erofs_sb_info *sbi = EROFS_I_SB(inode); in fill_inline_data()
149 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in fill_inode()
Dxattr.c41 struct erofs_sb_info *sbi; in init_inode_xattrs()
120 struct erofs_sb_info *const sbi = EROFS_SB(inode->i_sb); in inline_xattr_iter_begin()
303 struct erofs_sb_info *const sbi = EROFS_SB(inode->i_sb); in shared_getxattr()
378 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()
527 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in shared_listxattr()
Dunzip_vle.c134 int erofs_try_to_free_all_cached_pages(struct erofs_sb_info *sbi, in erofs_try_to_free_all_cached_pages()
172 struct erofs_sb_info *const sbi = EROFS_SB(mapping->host->i_sb); in erofs_try_to_free_cached_page()
592 struct erofs_sb_info *const sbi __maybe_unused = EROFS_SB(sb); in z_erofs_do_read_page()
787 struct erofs_sb_info *const sbi = EROFS_SB(sb); in z_erofs_vle_unzip()
1102 struct erofs_sb_info *const sbi = EROFS_SB(sb);
1448 struct erofs_sb_info *sbi = EROFS_I_SB(inode);
1461 struct erofs_sb_info *sbi = EROFS_I_SB(inode);
Ddata.c119 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_map_blocks_flatmode()