HomeSort by: relevance | last modified time | path
    Searched defs:ifile_v1 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/lfs/
lfs.h 664 typedef struct ifile_v1 IFILE_V1;
665 struct ifile_v1 { struct
674 __CTASSERT(sizeof(struct ifile_v1) == 12);
677 * Note: struct ifile_v1 is often handled by accessing the first three
684 struct ifile_v1 u_v1;
689 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile_v1));

Completed in 14 milliseconds