Lines Matching defs:sb

11 static void logfs_calc_free(struct super_block *sb)  in logfs_calc_free()
50 static void reserve_sb_and_journal(struct super_block *sb) in reserve_sb_and_journal()
73 static void read_dynsb(struct super_block *sb, in read_dynsb()
87 static void read_anchor(struct super_block *sb, in read_anchor()
105 static void read_erasecount(struct super_block *sb, in read_erasecount()
115 static int read_area(struct super_block *sb, struct logfs_je_area *a) in read_area()
159 static int __read_je_header(struct super_block *sb, u64 ofs, in __read_je_header()
184 static int __read_je_payload(struct super_block *sb, u64 ofs, in __read_je_payload()
211 static int __read_je(struct super_block *sb, u64 ofs, in __read_je()
222 static int read_je(struct super_block *sb, u64 ofs) in read_je()
260 static int logfs_read_segment(struct super_block *sb, u32 segno) in logfs_read_segment()
311 static u64 read_gec(struct super_block *sb, u32 segno) in read_gec()
331 static int logfs_read_journal(struct super_block *sb) in logfs_read_journal()
390 struct super_block *sb = area->a_sb; in journal_erase_segment() local
450 static void *logfs_write_erasecount(struct super_block *sb, void *_ec, in logfs_write_erasecount()
468 struct super_block *sb = (void *)_sb; in account_shadow() local
491 static void account_shadows(struct super_block *sb) in account_shadows()
515 static void *__logfs_write_anchor(struct super_block *sb, void *_da, in __logfs_write_anchor()
535 static void *logfs_write_dynsb(struct super_block *sb, void *_dynsb, in logfs_write_dynsb()
553 static void write_wbuf(struct super_block *sb, struct logfs_area *area, in write_wbuf()
574 static void *logfs_write_area(struct super_block *sb, void *_a, in logfs_write_area()
593 static void *logfs_write_commit(struct super_block *sb, void *h, in logfs_write_commit()
603 static size_t __logfs_write_je(struct super_block *sb, void *buf, u16 type, in __logfs_write_je()
650 static int logfs_write_je_buf(struct super_block *sb, void *buf, u16 type, in logfs_write_je_buf()
673 static int logfs_write_je(struct super_block *sb, in logfs_write_je()
674 void* (*write)(struct super_block *sb, void *scratch, in logfs_write_je()
685 int write_alias_journal(struct super_block *sb, u64 ino, u64 bix, in write_alias_journal()
709 static int logfs_write_obj_aliases(struct super_block *sb) in logfs_write_obj_aliases()
734 void logfs_write_anchor(struct super_block *sb) in logfs_write_anchor()
805 void do_logfs_journal_wl_pass(struct super_block *sb) in do_logfs_journal_wl_pass()
853 int logfs_init_journal(struct super_block *sb) in logfs_init_journal()
886 void logfs_cleanup_journal(struct super_block *sb) in logfs_cleanup_journal()