Searched refs:hfs_getinoquota (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.h91 int hfs_getinoquota(struct cnode *);
H A Dhfs_vnops.c525 (void)hfs_getinoquota(cp);
1513 if ((error = hfs_getinoquota(cp)))
1542 if ((error = hfs_getinoquota(cp)) == 0) {
1564 if (hfs_getinoquota(cp) == 0) {
1575 (void) hfs_getinoquota(cp);
1579 if (hfs_getinoquota(cp))
2733 (void)hfs_getinoquota(cp);
3170 (void)hfs_getinoquota(cp);
3927 (void)hfs_getinoquota(tcp);
4356 (void)hfs_getinoquota(c
[all...]
H A Dhfs_quota.c103 hfs_getinoquota(cp) function
537 args->error = hfs_getinoquota(VTOC(vp));
H A Dhfs_readwrite.c2884 if ((retval = hfs_getinoquota(cp)))
3185 if ((retval = hfs_getinoquota(cp))) {

Completed in 41 milliseconds