Searched refs:zfsvfs_hold (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 1398 zfsvfs_hold(const char *name, const void *tag, zfsvfs_t **zfvp, in zfsvfs_hold() function 2459 err = zfsvfs_hold(dsname, FTAG, &zfsvfs, B_FALSE); in zfs_prop_set_userquota() 2582 if ((err = zfsvfs_hold(dsname, FTAG, &zfsvfs, B_TRUE)) != 0) in zfs_prop_set_special() 2616 if ((err = zfsvfs_hold(dsname, FTAG, &zfsvfs, B_FALSE)) != 0) { in zfs_prop_set_special() 6211 error = zfsvfs_hold(zc->zc_name, FTAG, &zfsvfs, B_FALSE); in zfs_ioc_userspace_one() 6242 int error = zfsvfs_hold(zc->zc_name, FTAG, &zfsvfs, B_FALSE); in zfs_ioc_userspace_many()
|