Lines Matching defs:from
36 * University Acknowledgment- Portions of this document are derived from
121 * to be stored separately from the data (node) pointed to by v_data.
146 * vopstats structure from a vnode op. Both VOPSTATS_UPDATE() and
565 * Called from vfsinit() to initialize the support mechanisms for vopstats
653 * to the caller. This must only be called from a mount.
705 * from dounmount().
739 * Read or write a vnode. Called from kernel code.
825 * from reclaiming and releasing the vnode *before* the
871 * path from accessing a stream head that is going away.
1219 * above instead of looping around from here.
1562 * above instead of looping around from here.
1570 vn_link(char *from, char *to, enum uio_seg seg)
1572 return (vn_linkat(NULL, from, NO_FOLLOW, NULL, to, seg));
1576 vn_linkat(vnode_t *fstartvp, char *from, enum symfollow follow,
1579 struct vnode *fvp; /* from vnode ptr */
1594 if (error = lookupnameat(from, seg, follow, NULLVPP, &fvp, fstartvp))
1636 vn_rename(char *from, char *to, enum uio_seg seg)
1638 return (vn_renameat(NULL, from, NULL, to, seg));
1647 struct pathname fpn; /* from pathname */
1660 * Get to and from pathnames.
1681 * Lookup to and from directories.
1702 * Make sure both the from vnode directory and the to directory
1726 * Make sure "from" vp is not a mount point.
2216 * 2. To release the reference from the locking routines like
3044 * context. The string must be a complete path from rootdir. This is only used
3067 * Called from within filesystem's vop_rename() to handle renames once the
3180 * The counts are meant to prevent NFS from granting a delegation
4392 * Assumes the caller is protecting key from vsd_create and vsd_destroy
4465 * Called from vn_free() to run the destructor function for each vsd
4497 * remove from linked list of VSD nodes