Searched refs:te (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/hfsplus/ |
D | wrapper.c | 131 struct cdrom_tocentry te; in hfsplus_get_last_session() local 139 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 140 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session() 142 CDROMREADTOCENTRY, (unsigned long)&te); in hfsplus_get_last_session() 143 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfsplus_get_last_session() 144 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
|
/linux-4.19.296/fs/hfs/ |
D | mdb.c | 36 struct cdrom_tocentry te; in hfs_get_last_session() local 44 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session() 45 te.cdte_format = CDROM_LBA; in hfs_get_last_session() 46 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); in hfs_get_last_session() 47 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfs_get_last_session() 48 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
|
/linux-4.19.296/fs/ntfs/ |
D | inode.c | 2387 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local 2410 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate() 2419 vi->i_ino, te); in ntfs_truncate() 2429 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate() 2434 vi->i_ino, err, te); in ntfs_truncate()
|
/linux-4.19.296/drivers/pci/ |
D | quirks.c | 5430 int te; in quirk_switchtec_ntb_dma_alias() local 5452 for (te = 0; te < table_sz; te++) { in quirk_switchtec_ntb_dma_alias() 5456 rid_entry = ioread32(&mmio_peer_ctrl->req_id_table[te]); in quirk_switchtec_ntb_dma_alias()
|