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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.c691 off_t *a_bytesallocated;
699 *(ap->a_bytesallocated) = 0;
H A Dkpi_vfs.c4849 off_t *a_bytesallocated;
4865 a.a_bytesallocated = bytesallocated;
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1085 off_t *a_bytesallocated; member in struct:vnop_allocate_args
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c3892 off_t *a_bytesallocated;
3915 *(ap->a_bytesallocated) = 0;
4042 *(ap->a_bytesallocated) += actualBytesAdded;
4077 *(ap->a_bytesallocated) =

Completed in 50 milliseconds