Searched refs:fstore (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/rsync-45/rsync/
H A Dreceiver.c650 fstore_t fstore; local
651 bzero(&fstore, sizeof(fstore));
652 fstore.fst_posmode = F_PEOFPOSMODE;
653 fstore.fst_length = file->length;
654 fcntl(fd2, F_PREALLOCATE, &fstore);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h530 typedef struct fstore { struct

Completed in 108 milliseconds