Searched refs:fc_tag (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ext4/
H A Dfast_commit.h28 __le16 fc_tag; member in struct:ext4_fc_tl
H A Dfast_commit.c729 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD);
771 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL);
806 tl.fc_tag = cpu_to_le16(tag);
830 tl.fc_tag = cpu_to_le16(fc_dentry->fcd_op);
865 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_INODE);
1337 u16 fc_tag; member in struct:ext4_fc_tl_mem
1360 tl->fc_tag = le16_to_cpu(tl_disk.fc_tag);
1525 int inode_len, ino, ret, tag = tl->fc_tag;
2055 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag)
[all...]

Completed in 134 milliseconds