Home
last modified time | relevance | path

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

/titanic_41/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.c2944 zprop_source_t sourcetype; in be_prep_clone_send_fs() local
2982 sizeof (mountpoint), &sourcetype, source, sizeof (source), in be_prep_clone_send_fs()
3004 if (sourcetype & ZPROP_SRC_LOCAL) { in be_prep_clone_send_fs()
/titanic_41/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.c233 zprop_source_t sourcetype; in zfs_is_mountable() local
239 &sourcetype, sourceloc, sizeof (sourceloc), B_FALSE) == 0); in zfs_is_mountable()
253 *source = sourcetype; in zfs_is_mountable()
713 zprop_source_t sourcetype; in zfs_share_proto() local
724 shareopts, sizeof (shareopts), &sourcetype, sourcestr, in zfs_share_proto()
760 proto_table[*curr_proto].p_name, sourcetype, in zfs_share_proto()
H A Dlibzfs_util.c966 const char *propname, const char *value, zprop_source_t sourcetype, in zprop_print_one_property() argument
976 if ((sourcetype & cbp->cb_sources) == 0) in zprop_print_one_property()
997 switch (sourcetype) { in zprop_print_one_property()
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c1494 zprop_source_t sourcetype; in get_callback() local
1516 sizeof (buf), &sourcetype, source, in get_callback()
1528 sourcetype = ZPROP_SRC_NONE; in get_callback()
1539 buf, sourcetype, source, recvdval); in get_callback()
1541 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1545 sourcetype = ZPROP_SRC_NONE; in get_callback()
1550 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1552 sourcetype = ZPROP_SRC_LOCAL; in get_callback()
1556 sourcetype = ZPROP_SRC_NONE; in get_callback()
1561 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
[all …]