Lines Matching defs:path
132 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp);
525 /* Duplicate the path variable so that we can modify it */
533 /* Separate the path into the file name and the path to the parent
668 /* Duplicate the path variable so that we can modify it */
676 /* Separate the path into the file name and the path to the parent
784 /* Make a copy of the path (so that we can modify it via strtok) */
831 /* No. Was this the final segment in the path? */
913 /* Find the object at this path. If successful, tmpfs_find_object() will
960 /* Find the object at this path */
1166 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp)
1192 ret = tmpfs_create_file(fs, path, parent_tdo, &tfo);
1442 /* Find the directory object associated with this relative path.
1941 * path. If successful, tmpfs_find_file will lock both the file object
2117 * relative path. If successful, tmpfs_find_file will lock both the
2253 /* Separate the new path into the new file name and the path to the new