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

  /src/sys/ufs/lfs/
lfs_accessors.h 1031 lfs_sb_getversion(fs) > 1 ? sizeof(SEGSUM32) : sizeof(SEGSUM_V1))
1093 return offsetof(SEGSUM32, ss_datasum);
lfs.h 762 typedef struct segsum32 SEGSUM32;
763 struct segsum32 { struct
778 __CTASSERT(sizeof(struct segsum32) == 48);
801 struct segsum32 u_32;
805 __CTASSERT(__alignof(union segsum) == __alignof(struct segsum32));
  /src/sbin/newfs_lfs/
make_lfs.c 431 tsepb = (block_size ? block_size : DFL_LFSBLOCK) / sizeof(SEGSUM32);

Completed in 15 milliseconds