Lines Matching refs:FD

2377 		   to by a FD + path pair.
2388 \param fd The FD. May be < 0.
2747 /*! Gets the vnode from an FD + path combination. If \a fd is lower than zero,
2764 // no FD or absolute path
2768 // FD only, or FD + relative path
4339 // no path given: get the FD and use the FD operation
5443 // on success keep the vnode reference for the FD
5617 // The vnode reference has been transferred to the FD
5650 // The vnode reference has been transferred to the FD
5949 // The vnode reference has been transferred to the FD
5977 // The vnode reference has been transferred to the FD
7956 ioctl(mount->partition->Device()->FD(), B_FLUSH_DRIVE_CACHE);
8278 /*! \brief Opens a node specified by a FD + path pair.
8282 FD. If only a path is given, this path is opened. If both are given and
8286 \param fd The FD. May be < 0.
8289 \return A FD referring to the newly opened node, or an error code,
8321 \return The FD of the newly opened directory or an error code, if
8331 /*! \brief Opens a directory specified by a FD + path pair.
8335 FD. If only a path is given, this path is opened. If both are given and
8339 \param fd The FD. May be < 0.
8341 \return A FD referring to the newly opened directory, or an error code,
8398 /*! \brief Creates a directory specified by a FD + path pair.
8406 \param fd The FD. May be < 0.
8434 /*! \brief Reads the contents of a symlink referred to by a FD + path pair.
8438 identified by this FD. If only a path is given, this path identifies the
8445 \param fd The FD. May be < 0.
8464 /*! \brief Creates a symlink specified by a FD + path pair.
8472 \param fd The FD. May be < 0.
8504 /*! \brief Removes an entry specified by a FD + path pair from its directory.
8512 \param fd The FD. May be < 0.
8528 /*! \brief Moves an entry specified by a FD + path pair to a an entry specified
8529 by another FD + path pair.
8533 entry directly. If both a FD and a path are given and the path is absolute,
8534 the FD is ignored; a relative path is reckoned off of the directory (!)
8535 identified by the respective FD.
8537 \param oldFD The FD of the old location. May be < 0.
8540 \param newFD The FD of the new location. May be < 0.
8571 /*! \brief Reads stat data of an entity specified by a FD + path pair.
8574 of the FD (node, attr, attr dir etc.) is performed. If only \a path is
8581 \param fd The FD. May be < 0.
8616 /*! \brief Writes stat data of an entity specified by a FD + path pair.
8619 of the FD (node, attr, attr dir etc.) is performed. If only \a path is
8626 \param fd The FD. May be < 0.
8665 // no path given: get the FD and use the FD operation
9134 \param fd A FD referring to a directory.
9623 // no path given: get the FD and use the FD operation
9679 // no path given: get the FD and use the FD operation