Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_synctask.c118 {.za_name = "snapshot", .za_lua_type = LUA_TSTRING },
119 {.za_name = "newdataset", .za_lua_type = LUA_TSTRING },
162 .za_lua_type = LUA_TSTRING },
166 {.za_name = "defer", .za_lua_type = LUA_TBOOLEAN },
234 {.za_name = "clone", .za_lua_type = LUA_TSTRING }, in zcp_synctask_promote()
273 {.za_name = "filesystem", .za_lua_type = LUA_TSTRING }, in zcp_synctask_rollback()
303 .za_lua_type = LUA_TSTRING }, in zcp_synctask_snapshot()
368 {.za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING }, in zcp_synctask_rename_snapshot()
369 {.za_name = "oldsnapname", .za_lua_type = LUA_TSTRING }, in zcp_synctask_rename_snapshot()
370 {.za_name = "newsnapname", .za_lua_type in zcp_synctask_rename_snapshot()
[all...]
H A Dzcp_iter.c115 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING },
202 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING },
289 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING },
370 .za_lua_type = LUA_TSTRING },
392 .za_lua_type = LUA_TSTRING },
451 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
576 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
668 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING },
H A Dzcp.c635 { .za_name = "debug string", .za_lua_type = LUA_TSTRING },
665 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
1257 msglen += strlen(lua_typename(state, pargs[i].za_lua_type)); in zcp_args_error()
1265 msglen += strlen(lua_typename(state, kwargs[i].za_lua_type)); in zcp_args_error()
1283 lua_typename(state, pargs[i].za_lua_type), len)); in zcp_args_error()
1293 lua_typename(state, kwargs[i].za_lua_type), len)); in zcp_args_error()
1325 } else if (type != pargs[i].za_lua_type) { in zcp_parse_table_args()
1329 lua_typename(state, pargs[i].za_lua_type)); in zcp_parse_table_args()
1350 if (type != LUA_TNIL && type != kwargs[i].za_lua_type) { in zcp_parse_table_args()
1354 lua_typename(state, kwargs[i].za_lua_type)); in zcp_parse_table_args()
[all …]
H A Dzcp_get.c779 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
780 { .za_name = "property", .za_lua_type = LUA_TSTRING },
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzcp.h168 const int za_lua_type; member