Lines Matching defs:sb
54 static void dump_segfile(struct super_block *sb) in dump_segfile()
89 void logfs_crash_dump(struct super_block *sb) in logfs_crash_dump()
99 struct super_block *sb = dentry->d_sb; in logfs_statfs() local
113 static int logfs_sb_set(struct super_block *sb, void *_super) in logfs_sb_set()
131 static int logfs_sb_test(struct super_block *sb, void *_super) in logfs_sb_test()
155 static void logfs_write_ds(struct super_block *sb, struct logfs_disk_super *ds, in logfs_write_ds()
187 static int write_one_sb(struct super_block *sb, in write_one_sb()
188 struct page *(*find_sb)(struct super_block *sb, u64 *ofs)) in write_one_sb()
213 int logfs_write_sb(struct super_block *sb) in logfs_write_sb()
241 static int logfs_recover_sb(struct super_block *sb) in logfs_recover_sb()
277 static int logfs_make_writeable(struct super_block *sb) in logfs_make_writeable()
307 static int logfs_get_sb_final(struct super_block *sb) in logfs_get_sb_final()
361 static struct page *find_super_block(struct super_block *sb) in find_super_block()
392 static int __logfs_read_sb(struct super_block *sb) in __logfs_read_sb()
434 static int logfs_read_sb(struct super_block *sb, int read_only) in logfs_read_sb()
481 static void logfs_kill_sb(struct super_block *sb) in logfs_kill_sb()
517 struct super_block *sb; in logfs_get_sb_device() local