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 1048 lfs_sb_getversion(fs) > 1 ? sizeof(SEGSUM32) : sizeof(SEGSUM_V1))
1110 return offsetof(SEGSUM32, ss_datasum);
lfs.h 763 typedef struct segsum32 SEGSUM32;
764 struct segsum32 { struct
779 __CTASSERT(sizeof(struct segsum32) == 48);
802 struct segsum32 u_32;
806 __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 23 milliseconds