Lines Matching refs:entry

998  *	the entry identified by the original path, and into the buffer \a filename
999 * the leaf name of the original entry is written.
1301 /** \brief Retrieves the directory vnode and the leaf name of an entry referred
1320 * the leaf name of the specified entry will be written.
1389 // found correct entry!
2278 // We don't implement an entry cache in the FS shell.
2287 // We don't implement an entry cache in the FS shell.
2295 // We don't implement an entry cache in the FS shell.
2352 TRACE(("vfs_get_vnode_from_path: entry. path = '%s', kernel %d\n", path, kernel));
2586 * The path must refer to an existing or non-existing entry in an existing
2594 * Any two paths referring to the same entry, will result in the same
3148 FUNCTION(("file_open: fd: %d, entry path = '%s', omode %d, kernel %d\n",
3342 FUNCTION(("dir_open: fd: %d, entry path = '%s', kernel %d\n", fd, path, kernel));
3395 fix_dirent(struct vnode *parent, struct fssh_dirent *entry)
3398 entry->d_pdev = parent->device;
3399 entry->d_pino = parent->id;
3401 // If this is the ".." entry and the directory is the root of a FS,
3403 if (fssh_strcmp(entry->d_name, "..") == 0
3415 entry->d_dev = vnode->device;
3416 entry->d_ino = vnode->id;
3421 fssh_status_t status = get_vnode(entry->d_dev, entry->d_ino, &vnode, false);
3427 entry->d_dev = vnode->covered_by->device;
3428 entry->d_ino = vnode->covered_by->id;
3628 FUNCTION(("common_fsync: entry. fd %d kernel %d\n", fd, kernel));
4561 FUNCTION(("fs_mount: entry. path = '%s', fs_name = '%s'\n", path, fsName));
4740 FUNCTION(("vfs_unmount: entry. path = '%s', kernel %d\n", path, kernel));
5192 * and \a name its entry name.
5200 * \param name The entry name of the directory to be opened. If \c NULL,
5396 /** \brief Removes an entry specified by a FD + path pair from its directory.
5398 * \a path must always be specified (it contains at least the name of the entry
5399 * to be deleted). If only a path is given, this path identifies the entry
5406 * \return \c FSSH_B_OK, if the entry has been removed successfully, another
5421 /** \brief Moves an entry specified by a FD + path pair to a an entry specified
5425 * the name of the entry). If only a path is given, this path identifies the
5426 * entry directly. If both a FD and a path are given and the path is absolute,
5436 * \return \c FSSH_B_OK, if the entry has been moved successfully, another
5468 * given, this path identifies the entry for whose node to retrieve the
5471 * identified by \a fd and specifies the entry whose stat data shall be
5535 * given, this path identifies the entry for whose node to write the
5538 * identified by \a fd and specifies the entry whose stat data shall be