Lines Matching defs:canmount
280 char canmount[ZFS_MAXPROPLEN];
307 /* canmount must be set */
308 canmount[0] = '\0';
309 if (zfs_prop_get(zlist[i], ZFS_PROP_CANMOUNT, canmount,
310 sizeof (canmount), NULL, NULL, 0, B_FALSE) != 0 ||
311 strcmp(canmount, "off") == 0)
556 * "canmount=off and sharenfs=on".
1394 char canmount[ZFS_MAXPROPLEN];
1433 /* canmount must be set */
1434 canmount[0] = '\0';
1435 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_CANMOUNT, canmount,
1436 sizeof (canmount), NULL, NULL, 0, B_FALSE) != 0 ||
1437 strcmp(canmount, "off") == 0)