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 1028 (fs->lfs_is64 ? sizeof(SEGSUM64) : \
1089 return offsetof(SEGSUM64, ss_datasum);
lfs.h 784 typedef struct segsum64 SEGSUM64;
785 struct segsum64 { struct
800 __CTASSERT(sizeof(struct segsum64) == 56);
804 struct segsum64 u_64;
808 __CTASSERT(__alignof(union segsum) == __alignof(struct segsum64));

Completed in 214 milliseconds