HomeSort by: relevance | last modified time | path
    Searched defs:doff_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/filecorefs/
filecore_node.h 77 * the type doff_t as a long to keep down the cost of doing
79 * architecture, you should make doff_t the same as off_t.
81 #define doff_t long macro
  /src/sys/fs/cd9660/
cd9660_node.h 47 * the type doff_t as a long to keep down the cost of doing
49 * architecture, you should make doff_t the same as off_t.
51 #define doff_t long macro
74 doff_t i_endoff; /* end of useful stuff in directory */
75 doff_t i_diroff; /* offset in dir, where we found last entry */
76 doff_t i_offset; /* offset of free space in directory */
  /src/sys/ufs/ufs/
dir.h 44 * practice this seems unlikely. So, we define the type doff_t as a 32-bit
47 #define doff_t int32_t macro
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 75 * practice this seems unlikely. So, we define the type doff_t as a 32-bit
78 #define doff_t int32_t macro
126 doff_t slotoffset; /* offset of area with free space */
  /src/sys/ufs/lfs/
lfs.h 328 * practice this seems unlikely. So, we define the type doff_t as a 32-bit
331 #define doff_t int32_t macro

Completed in 14 milliseconds