Searched refs:smbentity (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2352 * type (smbentity is added only if we are doing SID to POSIX ID
2355 if (nvlist_lookup_boolean_value(lnvl, "smbentity", &lvb) == 0 &&
2356 nvlist_lookup_boolean_value(rnvl, "smbentity", &rvb) == 0 &&
2402 boolean_t smbentity = B_FALSE; local
2417 smbentity = B_TRUE;
2472 nvlist_add_boolean_value(props, "smbentity", smbentity) != 0)

Completed in 72 milliseconds