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

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap_if.c63 struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath,
70 fsvp, backfilecount, bfvpp, backpath, max_backfile_size);
62 fssnap_create(chunknumber_t nchunks, uint_t chunksz, u_offset_t maxsize, struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath, u_offset_t max_backfile_size) argument
H A Dfssnap.c1748 struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath,
1876 refstr_value(mountpoint), backpath);
1747 fssnap_create_impl(chunknumber_t nchunks, uint_t chunksz, u_offset_t maxsize, struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath, u_offset_t max_backfile_size) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c111 char *backpath = NULL; local
164 backpath = strdup(value);
165 if (backpath == NULL) {
220 * backpath may be invalid upon return of create_snap call.
222 create_snap(mountfd, backpath, maxsize, chunksize,
230 create_snap(int mountfd, char *backpath, u_offset_t maxsize, uint_t chunksize, argument
259 * can change the value of backpath when backpath
262 if (backpath == NULL)
264 backcount = open_backpath(mountfd, max_bf_size, &backpath,
617 open_multi_backfile(char *backpath, int count, int **fd_array, int file_exists_is_fatal) argument
[all...]

Completed in 49 milliseconds