Lines Matching refs:ext4_fc_tl
594 struct ext4_fc_tl *tl; in ext4_fc_reserve_space()
605 if (len + sizeof(struct ext4_fc_tl) > bsize) in ext4_fc_reserve_space()
608 if (bsize - off - 1 > len + sizeof(struct ext4_fc_tl)) { in ext4_fc_reserve_space()
623 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
625 pad_len = bsize - off - 1 - sizeof(struct ext4_fc_tl); in ext4_fc_reserve_space()
661 struct ext4_fc_tl tl; in ext4_fc_write_tail()
700 struct ext4_fc_tl tl; in ext4_fc_add_tlv()
723 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv()
755 struct ext4_fc_tl tl; in ext4_fc_write_inode()
1246 struct ext4_fc_tl *tl, u8 *val) in tl_to_darg()
1260 static int ext4_fc_replay_unlink(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_unlink()
1358 static int ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_link()
1413 static int ext4_fc_replay_inode(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_inode()
1514 static int ext4_fc_replay_create(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_create()
1614 struct ext4_fc_tl *tl, u8 *val) in ext4_fc_replay_add_range()
1735 ext4_fc_replay_del_range(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_del_range()
1928 struct ext4_fc_tl tl; in ext4_fc_replay_scan()
1947 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
2040 struct ext4_fc_tl tl; in ext4_fc_replay()