Home
last modified time | relevance | path

Searched refs:sourcetype (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1157 zprop_source_t sourcetype; in be_mount_callback() local
1230 fs_name, sourcetype); in be_mount_callback()
1275 zprop_source_t sourcetype; in be_unmount_callback() local
1303 sizeof (mountpoint), &sourcetype, source, sizeof (source), in be_unmount_callback()
1312 if (sourcetype & ZPROP_SRC_INHERITED) { in be_unmount_callback()
1319 } else if (sourcetype & ZPROP_SRC_LOCAL) { in be_unmount_callback()
1368 fs_name, sourcetype); in be_unmount_callback()
2009 zprop_source_t sourcetype; in fix_mountpoint_callback() local
2018 sizeof (mountpoint), &sourcetype, source, sizeof (source), in fix_mountpoint_callback()
2032 if (!(sourcetype & ZPROP_SRC_INHERITED) && in fix_mountpoint_callback()
[all …]
H A Dbe_create.c3026 zprop_source_t sourcetype; in be_prep_clone_send_fs() local
3064 sizeof (mountpoint), &sourcetype, source, sizeof (source), in be_prep_clone_send_fs()
3086 if (sourcetype & ZPROP_SRC_LOCAL) { in be_prep_clone_send_fs()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c429 zprop_source_t sourcetype; in change_one() local
444 sizeof (property), &sourcetype, where, sizeof (where), in change_one()
464 sourcetype == ZPROP_SRC_DEFAULT || in change_one()
465 sourcetype == ZPROP_SRC_INHERITED || in change_one()
H A Dlibzfs_mount.c311 zprop_source_t sourcetype; in zfs_is_mountable() local
318 &sourcetype, sourceloc, sizeof (sourceloc), B_FALSE) == 0); in zfs_is_mountable()
332 *source = sourcetype; in zfs_is_mountable()
847 zprop_source_t sourcetype; in zfs_share_proto() local
872 shareopts, sizeof (shareopts), &sourcetype, sourcestr, in zfs_share_proto()
H A Dlibzfs_util.c1060 const char *propname, const char *value, zprop_source_t sourcetype, in zprop_print_one_property() argument
1070 if ((sourcetype & cbp->cb_sources) == 0) in zprop_print_one_property()
1091 switch (sourcetype) { in zprop_print_one_property()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1663 zprop_source_t sourcetype; in get_callback() local
1685 sizeof (buf), &sourcetype, source, in get_callback()
1697 sourcetype = ZPROP_SRC_NONE; in get_callback()
1710 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1714 sourcetype = ZPROP_SRC_NONE; in get_callback()
1721 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1725 sourcetype = ZPROP_SRC_NONE; in get_callback()
1736 sourcetype = ZPROP_SRC_NONE; in get_callback()
1746 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1749 sourcetype = ZPROP_SRC_RECEIVED; in get_callback()
[all …]