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 1038 (fs->lfs_is64 ? sizeof(SEGSUM64) : \
1099 return offsetof(SEGSUM64, ss_datasum);
lfs.h 780 typedef struct segsum64 SEGSUM64;
781 struct segsum64 { struct
796 __CTASSERT(sizeof(struct segsum64) == 56);
800 struct segsum64 u_64;
804 __CTASSERT(__alignof(union segsum) == __alignof(struct segsum64));

Completed in 13 milliseconds