Lines Matching refs:ext4_fc_tl
589 struct ext4_fc_tl *tl; in ext4_fc_reserve_space()
600 if (len + sizeof(struct ext4_fc_tl) > bsize) in ext4_fc_reserve_space()
603 if (bsize - off - 1 > len + sizeof(struct ext4_fc_tl)) { in ext4_fc_reserve_space()
618 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
620 pad_len = bsize - off - 1 - sizeof(struct ext4_fc_tl); in ext4_fc_reserve_space()
656 struct ext4_fc_tl tl; in ext4_fc_write_tail()
695 struct ext4_fc_tl tl; in ext4_fc_add_tlv()
718 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv()
750 struct ext4_fc_tl tl; in ext4_fc_write_inode()
1224 static inline int ext4_fc_tag_len(struct ext4_fc_tl *tl) in ext4_fc_tag_len()
1230 static inline u8 *ext4_fc_tag_val(struct ext4_fc_tl *tl) in ext4_fc_tag_val()
1242 struct ext4_fc_tl *tl) in tl_to_darg()
1256 static int ext4_fc_replay_unlink(struct super_block *sb, struct ext4_fc_tl *tl) in ext4_fc_replay_unlink()
1353 static int ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl *tl) in ext4_fc_replay_link()
1404 static int ext4_fc_replay_inode(struct super_block *sb, struct ext4_fc_tl *tl) in ext4_fc_replay_inode()
1500 static int ext4_fc_replay_create(struct super_block *sb, struct ext4_fc_tl *tl) in ext4_fc_replay_create()
1586 struct ext4_fc_tl *tl) in ext4_fc_replay_add_range()
1715 ext4_fc_replay_del_range(struct super_block *sb, struct ext4_fc_tl *tl) in ext4_fc_replay_del_range()
1905 struct ext4_fc_tl *tl; in ext4_fc_replay_scan()
1924 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
2015 struct ext4_fc_tl *tl; in ext4_fc_replay()