Symbol: EXT4_FC_TAG_BASE_LEN
fs/ext4/fast_commit.c
1808
memcpy(&tl_disk, val, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
2497
for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
2498
cur = cur + EXT4_FC_TAG_BASE_LEN + tl.fc_len) {
fs/ext4/fast_commit.c
2500
val = cur + EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
2529
EXT4_FC_TAG_BASE_LEN + tl.fc_len);
fs/ext4/fast_commit.c
2535
EXT4_FC_TAG_BASE_LEN +
fs/ext4/fast_commit.c
2562
EXT4_FC_TAG_BASE_LEN + tl.fc_len);
fs/ext4/fast_commit.c
2617
for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
2618
cur = cur + EXT4_FC_TAG_BASE_LEN + tl.fc_len) {
fs/ext4/fast_commit.c
2620
val = cur + EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
725
if (len > bsize - EXT4_FC_TAG_BASE_LEN)
fs/ext4/fast_commit.c
740
remaining = bsize - EXT4_FC_TAG_BASE_LEN - off;
fs/ext4/fast_commit.c
753
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
754
memset(dst + EXT4_FC_TAG_BASE_LEN, 0, remaining);
fs/ext4/fast_commit.c
787
dst = ext4_fc_reserve_space(sb, EXT4_FC_TAG_BASE_LEN + sizeof(tail), &crc);
fs/ext4/fast_commit.c
797
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
798
dst += EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
824
dst = ext4_fc_reserve_space(sb, EXT4_FC_TAG_BASE_LEN + len, crc);
fs/ext4/fast_commit.c
831
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
832
memcpy(dst + EXT4_FC_TAG_BASE_LEN, val, len);
fs/ext4/fast_commit.c
845
EXT4_FC_TAG_BASE_LEN + sizeof(fcd) + dlen, crc);
fs/ext4/fast_commit.c
854
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
855
dst += EXT4_FC_TAG_BASE_LEN;
fs/ext4/fast_commit.c
913
EXT4_FC_TAG_BASE_LEN + inode_len + sizeof(fc_inode.fc_ino), crc);
fs/ext4/fast_commit.c
917
memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN);
fs/ext4/fast_commit.c
918
dst += EXT4_FC_TAG_BASE_LEN;