Searched refs:fc_tag (Results 1 – 2 of 2) sorted by relevance
724 tl->fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD); in ext4_fc_reserve_space()776 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL); in ext4_fc_write_tail()807 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_tlv()831 tl.fc_tag = cpu_to_le16(fc_dentry->fcd_op); in ext4_fc_add_dentry_tlv()866 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_INODE); in ext4_fc_write_inode()1357 tl->fc_tag = le16_to_cpu(tl->fc_tag); in ext4_fc_get_tl()1522 int inode_len, ino, ret, tag = tl->fc_tag; in ext4_fc_replay_inode()1990 switch (tl->fc_tag) { in ext4_fc_tag_len_isvalid()2053 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()2074 tag2str(tl.fc_tag), bh->b_blocknr); in ext4_fc_replay_scan()[all …]
28 __le16 fc_tag; member