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()217 if (errno == ENOENT && zpc->zpc_ignore_noent) in zfs_project_handle_dir()227 zpc->zpc_ignore_noent = B_TRUE; in zfs_project_handle_dir()277 zpc->zpc_ignore_noent = B_FALSE; in zfs_project_handle()
40 boolean_t zpc_ignore_noent; member