Lines Matching refs:super_block

25 __printf(3, 4) void _erofs_err(struct super_block *sb,
29 __printf(3, 4) void _erofs_info(struct super_block *sb,
192 static inline bool erofs_is_fscache_mode(struct super_block *sb) in erofs_is_fscache_mode()
458 void *erofs_read_metabuf(struct erofs_buf *buf, struct super_block *sb,
460 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);
464 struct inode *erofs_iget(struct super_block *sb, erofs_nid_t nid);
492 int erofs_register_sysfs(struct super_block *sb);
493 void erofs_unregister_sysfs(struct super_block *sb);
507 struct erofs_workgroup *erofs_find_workgroup(struct super_block *sb,
509 struct erofs_workgroup *erofs_insert_workgroup(struct super_block *sb,
512 void erofs_shrinker_register(struct super_block *sb);
513 void erofs_shrinker_unregister(struct super_block *sb);
521 int z_erofs_load_lz4_config(struct super_block *sb,
528 static inline void erofs_shrinker_register(struct super_block *sb) {} in erofs_shrinker_register()
529 static inline void erofs_shrinker_unregister(struct super_block *sb) {} in erofs_shrinker_unregister()
534 static inline int z_erofs_load_lz4_config(struct super_block *sb, in z_erofs_load_lz4_config()
550 int z_erofs_load_lzma_config(struct super_block *sb,
556 static inline int z_erofs_load_lzma_config(struct super_block *sb, in z_erofs_load_lzma_config()
568 int erofs_fscache_register_fs(struct super_block *sb);
569 void erofs_fscache_unregister_fs(struct super_block *sb);
571 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
575 static inline int erofs_fscache_register_fs(struct super_block *sb) in erofs_fscache_register_fs()
579 static inline void erofs_fscache_unregister_fs(struct super_block *sb) {} in erofs_fscache_unregister_fs()
582 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()