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

  /src/sys/ufs/lfs/
ulfs_quota.h 72 } dq_un; member in struct:dquot
84 #define dq_bhardlimit dq_un.dq1_dqb.dqb_bhardlimit
85 #define dq_bsoftlimit dq_un.dq1_dqb.dqb_bsoftlimit
86 #define dq_curblocks dq_un.dq1_dqb.dqb_curblocks
87 #define dq_ihardlimit dq_un.dq1_dqb.dqb_ihardlimit
88 #define dq_isoftlimit dq_un.dq1_dqb.dqb_isoftlimit
89 #define dq_curinodes dq_un.dq1_dqb.dqb_curinodes
90 #define dq_btime dq_un.dq1_dqb.dqb_btime
91 #define dq_itime dq_un.dq1_dqb.dqb_itime
93 #define dq2_lblkno dq_un.dq2_desc.dq2_lblkn
    [all...]
  /src/sys/ufs/ufs/
ufs_quota.h 71 } dq_un; member in struct:dquot
83 #define dq_bhardlimit dq_un.dq1_dqb.dqb_bhardlimit
84 #define dq_bsoftlimit dq_un.dq1_dqb.dqb_bsoftlimit
85 #define dq_curblocks dq_un.dq1_dqb.dqb_curblocks
86 #define dq_ihardlimit dq_un.dq1_dqb.dqb_ihardlimit
87 #define dq_isoftlimit dq_un.dq1_dqb.dqb_isoftlimit
88 #define dq_curinodes dq_un.dq1_dqb.dqb_curinodes
89 #define dq_btime dq_un.dq1_dqb.dqb_btime
90 #define dq_itime dq_un.dq1_dqb.dqb_itime
92 #define dq2_lblkno dq_un.dq2_desc.dq2_lblkn
    [all...]

Completed in 13 milliseconds