Lines Matching defs:sb

232 static bool ext4_fc_disabled(struct super_block *sb)  in ext4_fc_disabled()
338 void ext4_fc_mark_ineligible(struct super_block *sb, int reason, handle_t *handle) in ext4_fc_mark_ineligible()
424 struct super_block *sb = inode->i_sb; in __track_dentry_update() local
660 static void ext4_fc_submit_bh(struct super_block *sb, bool is_tail) in ext4_fc_submit_bh()
689 static u8 *ext4_fc_reserve_space(struct super_block *sb, int len, u32 *crc) in ext4_fc_reserve_space()
753 static int ext4_fc_write_tail(struct super_block *sb, u32 crc) in ext4_fc_write_tail()
796 static bool ext4_fc_add_tlv(struct super_block *sb, u16 tag, u16 len, u8 *val, in ext4_fc_add_tlv()
816 static bool ext4_fc_add_dentry_tlv(struct super_block *sb, u32 *crc, in ext4_fc_add_dentry_tlv()
963 struct super_block *sb = journal->j_private; in ext4_fc_submit_inode_data_all() local
997 struct super_block *sb = journal->j_private; in ext4_fc_wait_inode_data_all() local
1024 struct super_block *sb = journal->j_private; in ext4_fc_commit_dentry_updates() local
1086 struct super_block *sb = journal->j_private; in ext4_fc_perform_commit() local
1156 static void ext4_fc_update_stats(struct super_block *sb, int status, in ext4_fc_update_stats()
1191 struct super_block *sb = journal->j_private; in ext4_fc_commit() local
1268 struct super_block *sb = journal->j_private; in ext4_fc_cleanup() local
1364 static int ext4_fc_replay_unlink(struct super_block *sb, in ext4_fc_replay_unlink()
1403 static int ext4_fc_replay_link_internal(struct super_block *sb, in ext4_fc_replay_link_internal()
1462 static int ext4_fc_replay_link(struct super_block *sb, in ext4_fc_replay_link()
1488 static int ext4_fc_record_modified_inode(struct super_block *sb, int ino) in ext4_fc_record_modified_inode()
1517 static int ext4_fc_replay_inode(struct super_block *sb, in ext4_fc_replay_inode()
1620 static int ext4_fc_replay_create(struct super_block *sb, in ext4_fc_replay_create()
1678 int ext4_fc_record_regions(struct super_block *sb, int ino, in ext4_fc_record_regions()
1718 static int ext4_fc_replay_add_range(struct super_block *sb, in ext4_fc_replay_add_range()
1839 ext4_fc_replay_del_range(struct super_block *sb, in ext4_fc_replay_del_range()
1900 static void ext4_fc_set_bitmaps_and_counters(struct super_block *sb) in ext4_fc_set_bitmaps_and_counters()
1956 bool ext4_fc_replay_check_excluded(struct super_block *sb, ext4_fsblk_t blk) in ext4_fc_replay_check_excluded()
1974 void ext4_fc_replay_cleanup(struct super_block *sb) in ext4_fc_replay_cleanup()
2031 struct super_block *sb = journal->j_private; in ext4_fc_replay_scan() local
2153 struct super_block *sb = journal->j_private; in ext4_fc_replay() local
2242 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()