Searched refs:backpath (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/ |
H A D | fssnap.c | 109 char *volatile backpath = NULL; in main() local 162 backpath = strdup(value); in main() 163 if (backpath == NULL) { in main() 220 create_snap(mountfd, backpath, maxsize, chunksize, in main() 228 create_snap(int mountfd, char *backpath, u_offset_t maxsize, uint_t chunksize, in create_snap() argument 260 if (backpath == NULL) in create_snap() 262 backcount = open_backpath(mountfd, max_bf_size, &backpath, in create_snap() 288 if (backpath != NULL) { in create_snap() 292 backpath); in create_snap() 294 (void) strncpy(enable->backfilename, backpath, in create_snap() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | fssnap_if.c | 61 struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath, in fssnap_create() argument 68 fsvp, backfilecount, bfvpp, backpath, max_backfile_size); in fssnap_create()
|
H A D | fssnap.c | 1748 struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath, in fssnap_create_impl() argument 1876 refstr_value(mountpoint), backpath); in fssnap_create_impl()
|