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

  /src/sys/ufs/lfs/
ulfs_quota2.h 102 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) macro
  /src/sys/ufs/ufs/
quota2.h 100 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) macro

Completed in 13 milliseconds