Symbol: EXT4_FC_TAG_BASE_LEN
fs/ext4/fast_commit.c
1399
memcpy(&tl_disk, val, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
2113
for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
2114
cur = cur + EXT4_FC_TAG_BASE_LEN + tl.fc_len) {
fs/ext4/fast_commit.c
2116
val = cur + EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
2145
EXT4_FC_TAG_BASE_LEN + tl.fc_len);
fs/ext4/fast_commit.c
2151
EXT4_FC_TAG_BASE_LEN +
fs/ext4/fast_commit.c
2178
EXT4_FC_TAG_BASE_LEN + tl.fc_len);
fs/ext4/fast_commit.c
2233
for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
2234
cur = cur + EXT4_FC_TAG_BASE_LEN + tl.fc_len) {
fs/ext4/fast_commit.c
2236
val = cur + EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
710
if (len > bsize - EXT4_FC_TAG_BASE_LEN)
fs/ext4/fast_commit.c
725
remaining = bsize - EXT4_FC_TAG_BASE_LEN - off;
fs/ext4/fast_commit.c
738
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
739
memset(dst + EXT4_FC_TAG_BASE_LEN, 0, remaining);
fs/ext4/fast_commit.c
772
dst = ext4_fc_reserve_space(sb, EXT4_FC_TAG_BASE_LEN + sizeof(tail), &crc);
fs/ext4/fast_commit.c
782
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
783
dst += EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
809
dst = ext4_fc_reserve_space(sb, EXT4_FC_TAG_BASE_LEN + len, crc);
fs/ext4/fast_commit.c
816
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
817
memcpy(dst + EXT4_FC_TAG_BASE_LEN, val, len);
fs/ext4/fast_commit.c
830
EXT4_FC_TAG_BASE_LEN + sizeof(fcd) + dlen, crc);
fs/ext4/fast_commit.c
839
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
840
dst += EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
877
EXT4_FC_TAG_BASE_LEN + inode_len + sizeof(fc_inode.fc_ino), crc);
fs/ext4/fast_commit.c
881
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
882
dst += EXT4_FC_TAG_BASE_LEN;