Searched refs:relpath (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmount.h1195 @param relpath Path relative to root of mountpoint at which to mark trigger.
1200 int vfs_addtrigger(mount_t mp, const char *relpath, struct vnode_trigger_info *vtip, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c3253 char fstype[MFSTYPENAMELEN], *mntfromname = NULL, *path = NULL, *relpath, *p, *cp; local
3299 * Set up relpath to point at the relative path on the current mount.
3300 * Also, count the number of components in relpath.
3308 relpath = mntfromname + nlen;
3314 /* count the number of components in relpath */
3315 p = relpath;
3485 p = relpath;
3534 /* copy mntfrom string and add relpath */
3535 rlen = strlen(relpath);
3538 mlen2 = mlen + ((relpath[
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c8676 vfs_addtrigger(mount_t mp, const char *relpath, struct vnode_trigger_info *vtip, vfs_context_t ctx) argument
8688 TRIG_LOG("Adding trigger at %s\n", relpath);
8703 CAST_USER_ADDR_T(relpath), ctx);

Completed in 43 milliseconds