Home
last modified time | relevance | path

Searched refs:nounmount (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h652 int nounmount : 1; member
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c4479 !flags.recursive && !flags.nounmount && in zfs_rename()
4484 flags.nounmount = B_TRUE; in zfs_rename()
4504 flags.nounmount ? CL_GATHER_DONT_UNMOUNT : in zfs_rename()
4531 zc.zc_cookie |= (!!flags.nounmount) << 1; in zfs_rename()
H A Dlibzfs.abi1315 …<var-decl name='nounmount' type-id='type-id-22' visibility='default' filepath='../../include/libzf…
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3761 flags.nounmount = B_TRUE; in zfs_do_rename()
3799 if (flags.nounmount && parents) { in zfs_do_rename()
3811 if (flags.nounmount) in zfs_do_rename()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4325 boolean_t nounmount = !!(zc->zc_cookie & 2); in zfs_ioc_rename() local
4351 if (ost == DMU_OST_ZFS && !nounmount) { in zfs_ioc_rename()