Searched refs:Q_GETQUOTA (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h125 #define Q_GETQUOTA 0x0300 /* get limits and usage */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c2368 case Q_GETQUOTA:
2401 case Q_GETQUOTA:
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4048 my_err = quotactl( "/mach_kernel", QCMD(Q_GETQUOTA, USRQUOTA), getuid(), (caddr_t)&my_quota_blk );
4050 printf( "quotactl - Q_GETQUOTA - failed with errno %d - %s \n", errno, strerror( errno ) );
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c2121 case Q_GETQUOTA:
2158 case Q_GETQUOTA:
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c4623 /* we can only support Q_GETQUOTA */
4626 case Q_GETQUOTA:

Completed in 82 milliseconds