Lines Matching defs:nfs_mnt_prop
7759 char nfs_mnt_prop[ZFS_MAXPROPLEN];
7762 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, nfs_mnt_prop,
7763 sizeof (nfs_mnt_prop), NULL, NULL, 0, B_FALSE) == 0);
7767 if (strcmp(nfs_mnt_prop, "off") == 0 &&
7816 char nfs_mnt_prop[ZFS_MAXPROPLEN];
7924 nfs_mnt_prop,
7925 sizeof (nfs_mnt_prop),
7927 if (strcmp(nfs_mnt_prop, "off") != 0)
7930 nfs_mnt_prop,
7931 sizeof (nfs_mnt_prop),
7933 if (strcmp(nfs_mnt_prop, "off") == 0)
7939 nfs_mnt_prop,
7940 sizeof (nfs_mnt_prop),
7942 if (strcmp(nfs_mnt_prop, "legacy") == 0)
8034 nfs_mnt_prop, sizeof (nfs_mnt_prop), NULL,
8040 nfs_mnt_prop,
8041 sizeof (nfs_mnt_prop),
8047 if (strcmp(nfs_mnt_prop, "off") == 0 &&
8067 if (strcmp(nfs_mnt_prop, "legacy") == 0) {