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

  /src/sys/ufs/ufs/
dinode.h 79 #define UFS_NDADDR 12 /* Direct addresses in inode. */
93 int32_t di_db[UFS_NDADDR]; /* 40: Direct disk blocks. */
124 int64_t di_db[UFS_NDADDR]; /* 112: Direct disk blocks. */
140 #define UFS1_MAXSYMLINKLEN ((UFS_NDADDR + UFS_NIADDR) * sizeof(int32_t))
141 #define UFS2_MAXSYMLINKLEN ((UFS_NDADDR + UFS_NIADDR) * sizeof(int64_t))
  /src/sys/ufs/chfs/
chfs_inode.h 144 #define UFS_NDADDR 12 /* Direct addresses in inode. */

Completed in 12 milliseconds