Lines Matching defs:from

969 	it from the vnode hash as well as from its mount structure.
1008 // soon as we've removed it from the hash, it could reload the vnode -- with
1014 // make it available again (by removing the busy vnode from the hash).
1041 \param reenter \c true, if this function is called (indirectly) from within
1141 \param reenter \c true, if this function is called (indirectly) from within
1513 object from someone else in the mean time, you'll still get this
1700 // we've detached the locking from the vnode, so we can
1756 // TODO: locks from the same team might be joinable!
1965 // Get current working directory from io context
2194 // got the permission from the call above)
2242 // Check if we start from the root directory or the current
2396 \param kernel \c true, if invoked from inside the kernel, \c false if
2397 invoked from userland.
2442 \param kernel \c true, if invoked from inside the kernel, \c false if
2443 invoked from userland.
2583 // efficient and does all we need from get_vnode()
2620 // release the current vnode, we only need its parent from now on
2747 /*! Gets the vnode from an FD + path combination. If \a fd is lower than zero,
3463 // now directly read the data from the device
4145 /*! This is currently called from file_cache_create() only.
4576 // Get current working directory from io context
5080 // copy entries from old tables
5325 "list all vnodes (from the specified device)");
5425 // vnode is not found, but maybe it has a parent and we can create it from
7003 FUNCTION(("attr_rename: from fd = %d, from name = \"%s\", to fd = %d, to "
7345 // We'll get it from the DDM later.
7380 // get a corresponding partition from the DDM
7429 // if no FS name had been supplied, we get it from the partition
7722 // grab the vnode master mutex to keep someone from creating
7769 // from getting back to zero, this will fall into an endless loop...
7778 // prevent new vnodes from being created
7795 // Remove all covers/covered_by links from other mounts' nodes to this
7801 // from the chain.
7846 // They will be removed from the mount list by free_vnode(), so
7858 // remove the mount structure from the hash table
8074 // Get current working directory from io context
8142 user_copy_name(char* to, const char* from, size_t length)
8144 ssize_t len = user_strlcpy(to, from, length);
8202 // Note: _kern_sync() is also called from _user_sync()
8508 /*! \brief Removes an entry specified by a FD + path pair from its directory.
9017 // copy path from userland
9131 Aside from that it returns the directory's entry name, this method is