Home
last modified time | relevance | path

Searched refs:isactive (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c353 boolean_t *isactive) in pool_active() argument
362 *isactive = B_FALSE; in pool_active()
371 *isactive = (theguid == guid); in pool_active()
453 boolean_t isactive; in get_configs() local
761 if (pool_active(hdl, name, guid, &isactive) != 0) in get_configs()
764 if (isactive) { in get_configs()
1539 boolean_t isactive; in zpool_in_use() local
1571 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive && in zpool_in_use()
1594 if (pool_active(hdl, name, guid, &isactive) != 0) { in zpool_in_use()
1599 if (isactive) { in zpool_in_use()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c7778 int isactive; in nfs4rename() local
7810 isactive = nvp->v_count > 1; in nfs4rename()
7813 isactive = list_head(&rp->r_open_streams) != NULL; in nfs4rename()
7826 if (isactive && nvp->v_type != VDIR) { in nfs4rename()