Home
last modified time | relevance | path

Searched refs:ext4_fc_tl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/ext4/
Dfast_commit.h22 struct ext4_fc_tl { struct
150 for (tl = (struct ext4_fc_tl *)start; \
152 tl = (struct ext4_fc_tl *)((u8 *)tl + \
153 sizeof(struct ext4_fc_tl) + \
Dfast_commit.c589 struct ext4_fc_tl *tl; in ext4_fc_reserve_space()
600 if (len + sizeof(struct ext4_fc_tl) > bsize) in ext4_fc_reserve_space()
603 if (bsize - off - 1 > len + sizeof(struct ext4_fc_tl)) { in ext4_fc_reserve_space()
618 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
620 pad_len = bsize - off - 1 - sizeof(struct ext4_fc_tl); in ext4_fc_reserve_space()
656 struct ext4_fc_tl tl; in ext4_fc_write_tail()
695 struct ext4_fc_tl tl; in ext4_fc_add_tlv()
718 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv()
750 struct ext4_fc_tl tl; in ext4_fc_write_inode()
1224 static inline int ext4_fc_tag_len(struct ext4_fc_tl *tl) in ext4_fc_tag_len()
[all …]
/Linux-v5.10/Documentation/filesystems/ext4/
Djournal.rst633 a ``struct ext4_fc_tl`` in the beginning which stores the tag and the length