Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_mount.c1147 zprop_source_t sourcetype; in be_mount_callback() local
1157 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source), in be_mount_callback()
1214 } else if (sourcetype & ZPROP_SRC_INHERITED) { in be_mount_callback()
1221 } else if (sourcetype & ZPROP_SRC_LOCAL) { in be_mount_callback()
1241 fs_name, sourcetype); in be_mount_callback()
1255 if (sourcetype & ZPROP_SRC_LOCAL && in be_mount_callback()
1297 zprop_source_t sourcetype; in be_unmount_callback() local
1325 sizeof (mountpoint), &sourcetype, source, sizeof (source), in be_unmount_callback()
1334 if (sourcetype & ZPROP_SRC_INHERITED) { in be_unmount_callback()
1341 } else if (sourcetype & ZPROP_SRC_LOCAL) { in be_unmount_callback()
[all …]
H A Dbe_create.c2936 zprop_source_t sourcetype; in be_prep_clone_send_fs() local
2974 sizeof (mountpoint), &sourcetype, source, sizeof (source), in be_prep_clone_send_fs()
2996 if (sourcetype & ZPROP_SRC_LOCAL) { in be_prep_clone_send_fs()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c397 zprop_source_t sourcetype; in change_one() local
412 sizeof (property), &sourcetype, where, sizeof (where), in change_one()
432 sourcetype == ZPROP_SRC_DEFAULT || in change_one()
433 sourcetype == ZPROP_SRC_INHERITED || in change_one()
H A Dlibzfs_mount.c234 zprop_source_t sourcetype; in zfs_is_mountable() local
240 &sourcetype, sourceloc, sizeof (sourceloc), B_FALSE) == 0); in zfs_is_mountable()
254 *source = sourcetype; in zfs_is_mountable()
714 zprop_source_t sourcetype; in zfs_share_proto() local
725 shareopts, sizeof (shareopts), &sourcetype, sourcestr, in zfs_share_proto()
761 proto_table[*curr_proto].p_name, sourcetype, in zfs_share_proto()
H A Dlibzfs_util.c932 const char *propname, const char *value, zprop_source_t sourcetype, in zprop_print_one_property() argument
942 if ((sourcetype & cbp->cb_sources) == 0) in zprop_print_one_property()
963 switch (sourcetype) { in zprop_print_one_property()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c1517 zprop_source_t sourcetype; in get_callback() local
1539 sizeof (buf), &sourcetype, source, in get_callback()
1551 sourcetype = ZPROP_SRC_NONE; in get_callback()
1562 buf, sourcetype, source, recvdval); in get_callback()
1564 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1568 sourcetype = ZPROP_SRC_NONE; in get_callback()
1573 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1575 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1579 sourcetype = ZPROP_SRC_NONE; in get_callback()
1584 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
[all …]