Searched defs:fiosnapcreate_multi (Results 1 – 1 of 1) sorted by relevance
59 struct fiosnapcreate_multi { struct60 int rootfiledesc; /* IN fd for root of fs to be snapshotted */61 uint_t snapshotnumber; /* OUT snapshot number created */62 uint_t chunksize; /* IN chunk size, 0 == fs defined */63 u_offset_t maxsize; /* IN max size of entire backing store */64 char backfilename[MAXPATHLEN]; /* IN for bookkeeping */65 int error; /* OUT error code */66 int backfilecount; /* IN number of backing store files */67 u_offset_t backfilesize; /* IN maximum size of each backfile */68 int backfiledesc[1]; /* IN backing store files for snapshot data */