Searched refs:zfs_link (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vnops_os.h46 extern int zfs_link(znode_t *tdzp, znode_t *sp,
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vnops_os.h65 extern int zfs_link(znode_t *tdzp, znode_t *szp,
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c658 error = -zfs_link(ITOZ(dir), ITOZ(ip), dname(dentry), cr, 0);
H A Dzfs_vnops_os.c2726 * See the comment in zfs_link() for why this is considered bad.
3251 zfs_link(znode_t *tdzp, znode_t *szp, char *name, cred_t *cr, function
4004 EXPORT_SYMBOL(zfs_link); variable
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_replay.c636 error = zfs_link(dzp, zp, name, kcred, vflg);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c3282 * See the comment in zfs_link() for why this is considered bad.
3701 zfs_link(znode_t *tdzp, znode_t *szp, const char *name, cred_t *cr, function
5109 return (zfs_link(VTOZ(tdvp), VTOZ(vp),

Completed in 157 milliseconds