Searched refs:bfvpp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_snap.c | 68 vnode_t **bfvpp = NULL; local 95 * a null-terminated array of vnodes in bfvpp. 98 fiosnapp->backfilecount, &bfvpp, ufsvfsp); 109 release_backing_vnodes(&bfvpp, fiosnapp->backfilecount); 114 release_backing_vnodes(&bfvpp, fiosnapp->backfilecount); 123 release_backing_vnodes(&bfvpp, fiosnapp->backfilecount); 188 fiosnapp->backfilecount, bfvpp, fiosnapp->backfilename, 224 else if (error && bfvpp != NULL) 225 release_backing_vnodes(&bfvpp, fiosnapp->backfilecount);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | fssnap_if.c | 63 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 D | fssnap.c | 1748 struct vnode *fsvp, int backfilecount, struct vnode **bfvpp, char *backpath, 1764 (bfvpp == NULL)) { 1835 cowp->cow_backfile_array = bfvpp; 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
|
Completed in 99 milliseconds