Searched refs:doff_t (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h78 * the type doff_t as a long to keep down the cost of doing
80 * architecture, you should make doff_t the same as off_t.
87 #ifndef doff_t
88 #define doff_t long macro
127 doff_t i_endoff; /* end of useful stuff in directory */
128 doff_t i_diroff; /* offset in dir, where we found last entry */
129 doff_t i_offset; /* offset of free space in directory */
H A Dcd9660_lookup.c134 doff_t endsearch; /* offset to end directory search */
H A Dcd9660_vnops.c416 doff_t endsearch;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dinode.h112 doff_t i_endoff; /* End of useful stuff in directory. */
113 doff_t i_diroff; /* Offset in dir, where we found last entry. */
114 doff_t i_offset; /* Offset of free space in directory. */
H A Ddir.h77 * practice this seems unlikely. So, we define the type doff_t as a 32-bit
80 #define doff_t int32_t macro
H A Dufs_extern.h109 void ufs_dirbad(struct inode *, doff_t, const char *);
H A Dufs_lookup.c145 doff_t slotoffset; /* offset of area with free space */
150 doff_t endsearch; /* offset to end directory search */
151 doff_t prevoff; /* prev entry dp->i_offset */
154 doff_t enduseful; /* pointer past last used dir slot */
559 doff_t offset;
H A Dufs_vnops.c1034 ufs_dirbad(xp, (doff_t)12,

Completed in 33 milliseconds