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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vfsops.c142 case Q_GETQUOTA:
175 case Q_GETQUOTA:
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dquota.h125 #define Q_GETQUOTA 0x0300 /* get limits and usage */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c1765 case Q_GETQUOTA:
1798 case Q_GETQUOTA:
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1332 case Q_GETQUOTA:
1369 case Q_GETQUOTA:
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2295 /* we can only support Q_GETQUOTA */
2298 case Q_GETQUOTA:
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3941 my_err = quotactl( "/mach_kernel", QCMD(Q_GETQUOTA, USRQUOTA), getuid(), (caddr_t)&my_quota_blk );
3943 printf( "quotactl - Q_GETQUOTA - failed with errno %d - %s \n", errno, strerror( errno ) );

Completed in 72 milliseconds