Searched refs:DQ_INODS (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c322 dq->dq_flags &= ~DQ_INODS;
384 if ((dq->dq_flags & DQ_INODS) == 0 &&
386 dq->dq_flags |= DQ_INODS;
406 if (((dq->dq_flags & DQ_INODS) == 0) &&
408 dq->dq_flags |= DQ_INODS;
443 if ((dq->dq_flags & DQ_INODS) == 0 &&
449 dq->dq_flags |= DQ_INODS;
476 if ((dq->dq_flags & DQ_INODS) == 0 &&
483 dq->dq_flags |= DQ_INODS;
853 dq->dq_flags &= ~DQ_INODS;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h315 #define DQ_INODS 0x08 /* has been warned about inode limit */ macro

Completed in 22 milliseconds