Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c662 static int zcp_exists(lua_State *);
665 .func = zcp_exists,
676 zcp_exists(lua_State *state) in zcp_exists() function