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,
201 static inline bool erofs_is_fscache_mode(struct super_block *sb) in erofs_is_fscache_mode()
409 void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf,
415 void erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb);
416 void *erofs_read_metabuf(struct erofs_buf *buf, struct super_block *sb,
418 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);
422 struct inode *erofs_iget(struct super_block *sb, erofs_nid_t nid);
444 int erofs_register_sysfs(struct super_block *sb);
445 void erofs_unregister_sysfs(struct super_block *sb);
459 struct erofs_workgroup *erofs_find_workgroup(struct super_block *sb,
461 struct erofs_workgroup *erofs_insert_workgroup(struct super_block *sb,
464 void erofs_shrinker_register(struct super_block *sb);
465 void erofs_shrinker_unregister(struct super_block *sb);
472 int z_erofs_load_lz4_config(struct super_block *sb,
482 int erofs_init_managed_cache(struct super_block *sb);
484 static inline void erofs_shrinker_register(struct super_block *sb) {} in erofs_shrinker_register()
485 static inline void erofs_shrinker_unregister(struct super_block *sb) {} in erofs_shrinker_unregister()
490 static inline int z_erofs_load_lz4_config(struct super_block *sb, in z_erofs_load_lz4_config()
502 static inline int erofs_init_managed_cache(struct super_block *sb) { return 0; } in erofs_init_managed_cache()
508 int z_erofs_load_lzma_config(struct super_block *sb,
514 static inline int z_erofs_load_lzma_config(struct super_block *sb, in z_erofs_load_lzma_config()
528 int z_erofs_load_deflate_config(struct super_block *sb,
534 static inline int z_erofs_load_deflate_config(struct super_block *sb, in z_erofs_load_deflate_config()
546 int erofs_fscache_register_fs(struct super_block *sb);
547 void erofs_fscache_unregister_fs(struct super_block *sb);
549 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
553 static inline int erofs_fscache_register_fs(struct super_block *sb) in erofs_fscache_register_fs()
557 static inline void erofs_fscache_unregister_fs(struct super_block *sb) {} in erofs_fscache_unregister_fs()
560 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()