Searched refs:zoid (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_dir.c | 71 matchtype_t mt, uint64_t *zoid) in zfs_match_find() argument 82 zoid, mt, NULL, 0, NULL); in zfs_match_find() 84 error = zap_lookup(zfsvfs->z_os, dzp->z_id, name, 8, 1, zoid); in zfs_match_find() 86 *zoid = ZFS_DIRENT_OBJ(*zoid); in zfs_match_find() 117 uint64_t zoid; in zfs_dirent_lookup() local 176 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid, in zfs_dirent_lookup() 177 sizeof (zoid)); in zfs_dirent_lookup() 179 error = (zoid == 0 ? ENOENT : 0); in zfs_dirent_lookup() 181 error = zfs_match_find(zfsvfs, dzp, name, mt, &zoid); in zfs_dirent_lookup() 191 error = zfs_zget(zfsvfs, zoid, &zp); in zfs_dirent_lookup()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 65 uint64_t *zoid) in zfs_match_find() argument 84 zoid, mt, buf, bufsz, &conflict); in zfs_match_find() 86 error = zap_lookup(zfsvfs->z_os, dzp->z_id, name, 8, 1, zoid); in zfs_match_find() 102 *zoid = ZFS_DIRENT_OBJ(*zoid); in zfs_match_find() 150 uint64_t zoid; in zfs_dirent_lock() local 312 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid, in zfs_dirent_lock() 313 sizeof (zoid)); in zfs_dirent_lock() 315 error = (zoid == 0 ? SET_ERROR(ENOENT) : 0); in zfs_dirent_lock() 318 update, direntflags, realpnp, &zoid); in zfs_dirent_lock() 330 error = zfs_zget(zfsvfs, zoid, zpp); in zfs_dirent_lock()
|