Home
last modified time | relevance | path

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

/fs/hfsplus/
A Dwrapper.c108 struct cdrom_tocentry te; in hfsplus_get_last_session() local
113 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session()
114 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session()
115 if (cdrom_read_tocentry(cdi, &te) || in hfsplus_get_last_session()
116 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfsplus_get_last_session()
120 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
/fs/hfs/
A Dmdb.c42 struct cdrom_tocentry te; in hfs_get_last_session() local
47 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session()
48 te.cdte_format = CDROM_LBA; in hfs_get_last_session()
49 if (cdrom_read_tocentry(cdi, &te) || in hfs_get_last_session()
50 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfs_get_last_session()
55 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
/fs/isofs/
A Dinode.c509 struct cdrom_tocentry te; in isofs_get_last_session() local
514 te.cdte_track = session; in isofs_get_last_session()
515 te.cdte_format = CDROM_LBA; in isofs_get_last_session()
516 if (cdrom_read_tocentry(cdi, &te) == 0) { in isofs_get_last_session()
518 session, te.cdte_addr.lba, in isofs_get_last_session()
519 te.cdte_ctrl & CDROM_DATA_TRACK); in isofs_get_last_session()
520 if ((te.cdte_ctrl & CDROM_DATA_TRACK) == 4) in isofs_get_last_session()
521 return te.cdte_addr.lba; in isofs_get_last_session()
/fs/ntfs3/
A Dindex.c2169 struct NTFS_DE *e, *te, *re; in indx_get_entry_to_replace() local
2209 te = hdr_first_de(&n->index->ihdr); in indx_get_entry_to_replace()
2210 if (!te) { in indx_get_entry_to_replace()
2215 re = kmalloc(le16_to_cpu(te->size) + sizeof(u64), GFP_NOFS); in indx_get_entry_to_replace()
2222 memcpy(re, te, le16_to_cpu(te->size)); in indx_get_entry_to_replace()
2237 indx_free_children(indx, ni, te, true); in indx_get_entry_to_replace()
2245 e = hdr_delete_de(&ib->ihdr, te); in indx_get_entry_to_replace()

Completed in 11 milliseconds