fstyp_ident
if (fstyp_ident(fhdl, NULL, &fident) != 0) {
if (fstyp_ident(fhdl, NULL, &fident) == 0) {
if (fstyp_ident(fhdl, NULL, &fident) != 0) {
if (fstyp_ident(fhdl, "zfs", &fident) != 0) {
if ((error = fstyp_ident(h, modfsname, &fsname)) != 0) {
if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) ||
(mp->ops.fstyp_ident(mp->mod_handle) == 0)) {
((error = mp->ops.fstyp_ident(mp->mod_handle)) == 0)) {
mp->ops.fstyp_ident = (int (*)(fstyp_mod_handle_t))
((mp->ops.fstyp_ident) == NULL) ||
int (*fstyp_ident)(fstyp_mod_handle_t handle);
int fstyp_ident(fstyp_handle_t handle, const char *fsname,
ret = fstyp_ident(hdl, "ufs", &id);