Searched refs:totalsize (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_attrlist.c1011 off_t totalsize = datasize + rsrcfork->cf_size; local
1020 totalsize = datasize;
1031 *((off_t *)attrbufptr) = totalsize;
1645 off_t totalsize = datasize + rsrcfork->cf_size; local
1654 totalsize = datasize;
1665 VATTR_RETURN(vap, va_total_size, totalsize);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c1898 uint64_t totalsize = rlength; local
1901 totalsize += vap->va_data_size;
1903 totalsize += vap->va_total_size;
1906 ATTR_PACK8((*abp), totalsize);
1977 * or dataallocsize, then we infer that totalsize and
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vnops.c3373 size_t nmwsize, totalsize, tsiz, len, rlen; local
3393 totalsize = tsiz = uio_resid(uio);
3447 uio_update(uio, totalsize - (tsiz - rlen));
3471 tsiz = totalsize;

Completed in 103 milliseconds