Searched refs:zpc_ignore_noent (Results 1 – 2 of 2) sorted by relevance
132 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()
40 boolean_t zpc_ignore_noent; member