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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1961 size_t growsize; local
1963 growsize = roundup((datalen + entrylen) - datafreespace, ATTR_BUF_SIZE);
1966 if (!splitdata && (header->total_size + growsize) > ATTR_MAX_HDR_SIZE) {
1967 growsize = ATTR_MAX_HDR_SIZE - header->total_size;
1970 ainfo.filesize += growsize;
1986 growsize, context);
1988 ainfo.rsrcfork->offset += growsize;
1990 ainfo.finderinfo->length += growsize;
1991 header->total_size += growsize;
/macosx-10.10/vim-55/src/proto/
H A Dmisc2.pro54 void ga_init2 __ARGS((garray_T *gap, int itemsize, int growsize));
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c4927 u_int32_t growsize; local
5005 growsize = datablks * blksize;
5026 retval = MapFileBlockC(hfsmp, (FCB *)fp, 1, growsize - 1, &sector_a, NULL);
5036 retval = ExtendFileC(hfsmp, (FCB*)fp, growsize, blockHint, eflags, &newbytes);
5047 if (newbytes < growsize) {
5056 retval = MapFileBlockC(hfsmp, (FCB *)fp, 1, growsize, &sector_b, NULL);

Completed in 108 milliseconds