Lines Matching refs:super_block

26 __printf(3, 4) void _erofs_err(struct super_block *sb,
30 __printf(3, 4) void _erofs_info(struct super_block *sb,
190 static inline bool erofs_is_fscache_mode(struct super_block *sb) in erofs_is_fscache_mode()
475 void *erofs_read_metabuf(struct erofs_buf *buf, struct super_block *sb,
477 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);
497 struct inode *erofs_iget(struct super_block *sb, erofs_nid_t nid);
534 int erofs_register_sysfs(struct super_block *sb);
535 void erofs_unregister_sysfs(struct super_block *sb);
551 struct erofs_workgroup *erofs_find_workgroup(struct super_block *sb,
553 struct erofs_workgroup *erofs_insert_workgroup(struct super_block *sb,
556 void erofs_shrinker_register(struct super_block *sb);
557 void erofs_shrinker_unregister(struct super_block *sb);
565 int z_erofs_load_lz4_config(struct super_block *sb,
569 static inline void erofs_shrinker_register(struct super_block *sb) {} in erofs_shrinker_register()
570 static inline void erofs_shrinker_unregister(struct super_block *sb) {} in erofs_shrinker_unregister()
575 static inline int z_erofs_load_lz4_config(struct super_block *sb, in z_erofs_load_lz4_config()
590 int z_erofs_load_lzma_config(struct super_block *sb,
596 static inline int z_erofs_load_lzma_config(struct super_block *sb, in z_erofs_load_lzma_config()
609 int erofs_fscache_register_fs(struct super_block *sb);
610 void erofs_fscache_unregister_fs(struct super_block *sb);
612 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
618 static inline int erofs_fscache_register_fs(struct super_block *sb) in erofs_fscache_register_fs()
622 static inline void erofs_fscache_unregister_fs(struct super_block *sb) {} in erofs_fscache_unregister_fs()
625 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()