Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_project.c132 if (errno == ENOENT && zpc->zpc_ignore_noent) in zfs_project_handle_one()
221 if (errno == ENOENT && zpc->zpc_ignore_noent) in zfs_project_handle_dir()
231 zpc->zpc_ignore_noent = B_TRUE; in zfs_project_handle_dir()
286 zpc->zpc_ignore_noent = B_FALSE; in zfs_project_handle()
H A Dzfs_projectutil.h40 boolean_t zpc_ignore_noent; member