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

  /src/sys/ufs/lfs/
lfs_accessors.h 1047 (fs->lfs_is64 ? sizeof(SEGSUM64) : \
1108 return offsetof(SEGSUM64, ss_datasum);
lfs.h 781 typedef struct segsum64 SEGSUM64;
782 struct segsum64 { struct
797 __CTASSERT(sizeof(struct segsum64) == 56);
801 struct segsum64 u_64;
805 __CTASSERT(__alignof(union segsum) == __alignof(struct segsum64));

Completed in 58 milliseconds