Searched refs:zpc_ignore_noent (Results 1 – 2 of 2) sorted by relevance
128 if (errno == ENOENT && zpc->zpc_ignore_noent) in zfs_project_handle_one()216 if (errno == ENOENT && zpc->zpc_ignore_noent) in zfs_project_handle_dir()226 zpc->zpc_ignore_noent = B_TRUE; in zfs_project_handle_dir()283 zpc->zpc_ignore_noent = B_FALSE; in zfs_project_handle()
40 boolean_t zpc_ignore_noent; member