Home
last modified time | relevance | path

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

/fs/hfsplus/
Dwrapper.c131 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()
/fs/hfs/
Dmdb.c36 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()
/fs/ntfs/
Dinode.c2341 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local
2364 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate()
2373 vi->i_ino, te); in ntfs_truncate()
2383 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate()
2388 vi->i_ino, err, te); in ntfs_truncate()