Lines Matching defs:sb

221 static bool ext4_fc_disabled(struct super_block *sb)  in ext4_fc_disabled()
227 static bool ext4_fc_eligible(struct super_block *sb) in ext4_fc_eligible()
318 void ext4_fc_mark_ineligible(struct super_block *sb, int reason, handle_t *handle) in ext4_fc_mark_ineligible()
411 struct super_block *sb = inode->i_sb; in __track_dentry_update() local
651 static void ext4_fc_submit_bh(struct super_block *sb, bool is_tail) in ext4_fc_submit_bh()
680 static u8 *ext4_fc_reserve_space(struct super_block *sb, int len, u32 *crc) in ext4_fc_reserve_space()
744 static int ext4_fc_write_tail(struct super_block *sb, u32 crc) in ext4_fc_write_tail()
787 static bool ext4_fc_add_tlv(struct super_block *sb, u16 tag, u16 len, u8 *val, in ext4_fc_add_tlv()
807 static bool ext4_fc_add_dentry_tlv(struct super_block *sb, u32 *crc, in ext4_fc_add_dentry_tlv()
956 struct super_block *sb = journal->j_private; in ext4_fc_flush_data() local
979 struct super_block *sb = journal->j_private; in ext4_fc_commit_dentry_updates() local
1028 struct super_block *sb = journal->j_private; in ext4_fc_perform_commit() local
1152 static void ext4_fc_update_stats(struct super_block *sb, int status, in ext4_fc_update_stats()
1187 struct super_block *sb = journal->j_private; in ext4_fc_commit() local
1277 struct super_block *sb = journal->j_private; in ext4_fc_cleanup() local
1389 static int ext4_fc_replay_unlink(struct super_block *sb, in ext4_fc_replay_unlink()
1428 static int ext4_fc_replay_link_internal(struct super_block *sb, in ext4_fc_replay_link_internal()
1464 static int ext4_fc_replay_link(struct super_block *sb, in ext4_fc_replay_link()
1490 static int ext4_fc_record_modified_inode(struct super_block *sb, int ino) in ext4_fc_record_modified_inode()
1519 static int ext4_fc_replay_inode(struct super_block *sb, in ext4_fc_replay_inode()
1625 static int ext4_fc_replay_create(struct super_block *sb, in ext4_fc_replay_create()
1683 int ext4_fc_record_regions(struct super_block *sb, int ino, in ext4_fc_record_regions()
1723 static int ext4_fc_replay_add_range(struct super_block *sb, u8 *val) in ext4_fc_replay_add_range()
1843 ext4_fc_replay_del_range(struct super_block *sb, u8 *val) in ext4_fc_replay_del_range()
1903 static void ext4_fc_set_bitmaps_and_counters(struct super_block *sb) in ext4_fc_set_bitmaps_and_counters()
1962 bool ext4_fc_replay_check_excluded(struct super_block *sb, ext4_fsblk_t blk) in ext4_fc_replay_check_excluded()
1980 void ext4_fc_replay_cleanup(struct super_block *sb) in ext4_fc_replay_cleanup()
2037 struct super_block *sb = journal->j_private; in ext4_fc_replay_scan() local
2159 struct super_block *sb = journal->j_private; in ext4_fc_replay() local
2248 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()