Home
last modified time | relevance | path

Searched defs:off2qindex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dquota2.h100 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) macro
/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota2.h102 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) macro