Lines Matching refs:ext4_fc_tl
655 struct ext4_fc_tl *tl; in ext4_fc_reserve_space()
666 if (len + sizeof(struct ext4_fc_tl) > bsize) in ext4_fc_reserve_space()
669 if (bsize - off - 1 > len + sizeof(struct ext4_fc_tl)) { in ext4_fc_reserve_space()
684 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
686 pad_len = bsize - off - 1 - sizeof(struct ext4_fc_tl); in ext4_fc_reserve_space()
722 struct ext4_fc_tl tl; in ext4_fc_write_tail()
761 struct ext4_fc_tl tl; in ext4_fc_add_tlv()
782 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv()
815 struct ext4_fc_tl tl; in ext4_fc_write_inode()
1288 struct ext4_fc_tl *tl, u8 *val) in tl_to_darg()
1302 static int ext4_fc_replay_unlink(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_unlink()
1400 static int ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_link()
1452 static int ext4_fc_replay_inode(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_inode()
1551 static int ext4_fc_replay_create(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_create()
1638 struct ext4_fc_tl *tl, u8 *val) in ext4_fc_replay_add_range()
1766 ext4_fc_replay_del_range(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_del_range()
1931 struct ext4_fc_tl tl; in ext4_fc_replay_scan()
1950 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
2043 struct ext4_fc_tl tl; in ext4_fc_replay()