Home
last modified time | relevance | path

Searched refs:zfs_zget (Results 1 – 15 of 15) sorted by relevance

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDzfs_replay.c336 if ((error = zfs_zget(zfsvfs, lr->lr_doid, &dzp)) != 0) in zfs_replay_create_acl()
485 if ((error = zfs_zget(zfsvfs, lr->lr_doid, &dzp)) != 0) in zfs_replay_create()
625 if ((error = zfs_zget(zfsvfs, lr->lr_doid, &dzp)) != 0) in zfs_replay_remove()
662 if ((error = zfs_zget(zfsvfs, lr->lr_doid, &dzp)) != 0) in zfs_replay_link()
665 if ((error = zfs_zget(zfsvfs, lr->lr_link_obj, &zp)) != 0) { in zfs_replay_link()
697 if ((error = zfs_zget(zfsvfs, lr->lr_sdoid, &sdzp)) != 0) in do_zfs_replay_rename()
700 if ((error = zfs_zget(zfsvfs, lr->lr_tdoid, &tdzp)) != 0) { in do_zfs_replay_rename()
828 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) { in zfs_replay_write()
893 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_write2()
942 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_truncate()
[all …]
HDzfs_log.c245 if (zfs_zget(ZTOZSB(tzp), tzp->z_xattr_parent, &dzp) != 0) { in zfs_xattr_owner_unlinked()
265 if (zfs_zget(ZTOZSB(zp), zp->z_xattr_parent, &dzp) != 0) { in zfs_xattr_owner_unlinked()
HDzfs_vnops.c1155 if (zfs_zget(zfsvfs, object, &zp) != 0) in zfs_get_data()
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_dir.c191 error = zfs_zget(zfsvfs, zoid, &zp); in zfs_dirent_lookup()
220 error = zfs_zget(zfsvfs, parent, &zp); in zfs_dd_lookup()
320 error = zfs_zget(zfsvfs, zap->za_first_integer, &zp); in zfs_unlinked_drain()
385 error = zfs_zget(zfsvfs, in zfs_purgedir()
HDzfs_vfsops.c1556 error = zfs_zget(zfsvfs, zfsvfs->z_root, &rootzp); in zfs_root()
1803 err = zfs_zget(zfsvfs, ino, &zp); in zfs_vget()
1947 if ((err = zfs_zget(zfsvfs, object, &zp))) { in zfs_fhtovp()
HDzfs_znode_os.c918 zfs_zget(zfsvfs_t *zfsvfs, uint64_t obj_num, znode_t **zpp) in zfs_zget() function
1820 err = zfs_zget(zfsvfs, parent, dzpp); in zfs_znode_parent_and_name()
HDzfs_vnops_os.c1162 error = zfs_zget(zfsvfs, xattr_obj, &xzp); in zfs_remove_()
2448 err = zfs_zget(zp->z_zfsvfs, xattr_obj, &attrzp); in zfs_setattr()
2997 error = zfs_zget(zfsvfs, parent, &zp1); in zfs_rename_check()
/freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_dir.c331 error = zfs_zget(zfsvfs, zoid, zpp); in zfs_dirent_lock()
414 error = zfs_zget(zfsvfs, parent, &zp); in zfs_dirlook()
512 error = zfs_zget(zfsvfs, zap->za_first_integer, &zp); in zfs_unlinked_drain_task()
608 error = zfs_zget(zfsvfs, in zfs_purgedir()
712 error = zfs_zget(zfsvfs, xattr_obj, &xzp); in zfs_rmnode()
HDzpl_ctldir.c520 error = -zfs_zget(zfsvfs, zfsvfs->z_shares_dir, &dzp); in zpl_shares_iterate()
580 error = -zfs_zget(zfsvfs, zfsvfs->z_shares_dir, &dzp); in zpl_shares_getattr_impl()
HDzfs_vfsops.c1226 error = zfs_zget(zfsvfs, zfsvfs->z_root, &rootzp); in zfs_root()
1771 if ((err = zfs_zget(zfsvfs, object, &zp))) { in zfs_vget()
HDzfs_ctldir.c1380 if ((error = zfs_zget(zfsvfs, zfsvfs->z_shares_dir, &dzp)) == 0) { in zfsctl_shares_lookup()
HDzfs_vnops_os.c1079 error = zfs_zget(zfsvfs, xattr_obj, &xzp); in zfs_remove()
2299 err = zfs_zget(ZTOZSB(zp), xattr_obj, &attrzp); in zfs_setattr()
2725 int error = zfs_zget(ZTOZSB(zp), oidp, &zp); in zfs_rename_lock()
HDzfs_znode_os.c1046 zfs_zget(zfsvfs_t *zfsvfs, uint64_t obj_num, znode_t **zpp) in zfs_zget() function
HDzfs_acl.c2642 if ((error = zfs_zget(ZTOZSB(zp), in zfs_zaccess()
/freebsd-head/sys/contrib/openzfs/include/sys/
HDzfs_znode.h280 extern int zfs_zget(zfsvfs_t *, uint64_t, znode_t **);