• Home
  • Raw
  • Download

Lines Matching defs:sb

257 void ext4_fc_mark_ineligible(struct super_block *sb, int reason)  in ext4_fc_mark_ineligible()
274 void ext4_fc_start_ineligible(struct super_block *sb, int reason) in ext4_fc_start_ineligible()
292 void ext4_fc_stop_ineligible(struct super_block *sb) in ext4_fc_stop_ineligible()
302 static inline int ext4_fc_is_ineligible(struct super_block *sb) in ext4_fc_is_ineligible()
375 struct super_block *sb = inode->i_sb; in __track_dentry_update() local
559 static void ext4_fc_submit_bh(struct super_block *sb) in ext4_fc_submit_bh()
578 static void *ext4_fc_memzero(struct super_block *sb, void *dst, int len, in ext4_fc_memzero()
600 static u8 *ext4_fc_reserve_space(struct super_block *sb, int len, u32 *crc) in ext4_fc_reserve_space()
653 static void *ext4_fc_memcpy(struct super_block *sb, void *dst, const void *src, in ext4_fc_memcpy()
669 static int ext4_fc_write_tail(struct super_block *sb, u32 crc) in ext4_fc_write_tail()
710 static bool ext4_fc_add_tlv(struct super_block *sb, u16 tag, u16 len, u8 *val, in ext4_fc_add_tlv()
730 static bool ext4_fc_add_dentry_tlv(struct super_block *sb, u16 tag, in ext4_fc_add_dentry_tlv()
881 struct super_block *sb = (struct super_block *)(journal->j_private); in ext4_fc_submit_inode_data_all() local
918 struct super_block *sb = (struct super_block *)(journal->j_private); in ext4_fc_wait_inode_data_all() local
945 struct super_block *sb = (struct super_block *)(journal->j_private); in ext4_fc_commit_dentry_updates() local
1022 struct super_block *sb = (struct super_block *)(journal->j_private); in ext4_fc_perform_commit() local
1102 struct super_block *sb = (struct super_block *)(journal->j_private); in ext4_fc_commit() local
1195 struct super_block *sb = journal->j_private; in ext4_fc_cleanup() local
1273 static int ext4_fc_replay_unlink(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_unlink()
1312 static int ext4_fc_replay_link_internal(struct super_block *sb, in ext4_fc_replay_link_internal()
1371 static int ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_link()
1397 static int ext4_fc_record_modified_inode(struct super_block *sb, int ino) in ext4_fc_record_modified_inode()
1426 static int ext4_fc_replay_inode(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_inode()
1527 static int ext4_fc_replay_create(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_create()
1586 int ext4_fc_record_regions(struct super_block *sb, int ino, in ext4_fc_record_regions()
1626 static int ext4_fc_replay_add_range(struct super_block *sb, in ext4_fc_replay_add_range()
1748 ext4_fc_replay_del_range(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_del_range()
1835 static void ext4_fc_set_bitmaps_and_counters(struct super_block *sb) in ext4_fc_set_bitmaps_and_counters()
1888 bool ext4_fc_replay_check_excluded(struct super_block *sb, ext4_fsblk_t blk) in ext4_fc_replay_check_excluded()
1906 void ext4_fc_replay_cleanup(struct super_block *sb) in ext4_fc_replay_cleanup()
1936 struct super_block *sb = journal->j_private; in ext4_fc_replay_scan() local
2051 struct super_block *sb = journal->j_private; in ext4_fc_replay() local
2140 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()