Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.c600 static u8 *ext4_fc_reserve_space(struct super_block *sb, int len, u32 *crc) in ext4_fc_reserve_space() function
678 * ext4_fc_reserve_space takes care of allocating an extra block if in ext4_fc_write_tail()
681 dst = ext4_fc_reserve_space(sb, sizeof(tl) + sizeof(tail), &crc); in ext4_fc_write_tail()
716 dst = ext4_fc_reserve_space(sb, sizeof(tl) + len, crc); in ext4_fc_add_tlv()
737 u8 *dst = ext4_fc_reserve_space(sb, sizeof(tl) + sizeof(fcd) + dlen, in ext4_fc_add_dentry_tlv()
783 dst = ext4_fc_reserve_space(inode->i_sb, in ext4_fc_write_inode()
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c689 static u8 *ext4_fc_reserve_space(struct super_block *sb, int len, u32 *crc) in ext4_fc_reserve_space() function
762 * ext4_fc_reserve_space takes care of allocating an extra block if in ext4_fc_write_tail()
765 dst = ext4_fc_reserve_space(sb, EXT4_FC_TAG_BASE_LEN + sizeof(tail), &crc); in ext4_fc_write_tail()
802 dst = ext4_fc_reserve_space(sb, EXT4_FC_TAG_BASE_LEN + len, crc); in ext4_fc_add_tlv()
822 u8 *dst = ext4_fc_reserve_space(sb, in ext4_fc_add_dentry_tlv()
869 dst = ext4_fc_reserve_space(inode->i_sb, in ext4_fc_write_inode()

Completed in 6 milliseconds