Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dfast_commit.c751 tl.fc_len = cpu_to_le16(remaining); in ext4_fc_reserve_space()
792 tl.fc_len = cpu_to_le16(bsize - off + sizeof(struct ext4_fc_tail)); in ext4_fc_write_tail()
825 tl.fc_len = cpu_to_le16(len); in ext4_fc_add_tlv()
849 tl.fc_len = cpu_to_le16(sizeof(fcd) + dlen); in ext4_fc_add_dentry_tlv()
884 tl.fc_len = cpu_to_le16(inode_len + sizeof(fc_inode.fc_ino)); in ext4_fc_write_inode()
950 lrange.fc_len = cpu_to_le32(map.m_len); in ext4_fc_write_inode_data()
1367 darg->dname_len = tl->fc_len - sizeof(struct ext4_fc_dentry_info); in tl_to_darg()
1373 tl->fc_len = le16_to_cpu(tl->fc_len); in ext4_fc_get_tl()
1565 inode_len = tl->fc_len - sizeof(struct ext4_fc_inode); in ext4_fc_replay_inode()
1864 remaining = le32_to_cpu(lrange.fc_len); in ext4_fc_replay_del_range()
[all …]
Dfast_commit.h29 __le16 fc_len; member
48 __le32 fc_len; member
/linux-6.1.9/drivers/scsi/pm8001/
Dpm8001_ctl.c731 u32 fc_len; in pm8001_update_flash() local
767 fc_len = (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE; in pm8001_update_flash()
769 if (loopcount - loopNumber == 1 && fc_len) { in pm8001_update_flash()
770 fwControl->len = fc_len; in pm8001_update_flash()
771 memcpy((u8 *)fwControl->buffer, read_buf, fc_len); in pm8001_update_flash()
772 sizeRead += fc_len; in pm8001_update_flash()