Searched refs:get_new_fd (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp1666 get_new_fd(int type, struct fs_mount *mount, struct vnode *vnode, function in namespace:FSShell
1710 fssh_panic("get_new_fd() called with unknown type %d\n", type);
2982 if ((status = get_new_fd(FDTYPE_FILE, NULL, vnode, cookie, openMode, kernel)) >= 0)
3011 status = get_new_fd(FDTYPE_FILE, NULL, vnode, cookie, openMode, kernel);
3035 status = get_new_fd(FDTYPE_DIR, NULL, vnode, cookie, 0, kernel);
3065 status = get_new_fd(FDTYPE_ATTR_DIR, NULL, vnode, cookie, 0, kernel);
4052 if ((status = get_new_fd(FDTYPE_ATTR, NULL, vnode, cookie, openMode, kernel)) >= 0)
4091 if ((status = get_new_fd(FDTYPE_ATTR, NULL, vnode, cookie, openMode, kernel)) >= 0)
4320 status = get_new_fd(FDTYPE_INDEX_DIR, mount, NULL, cookie, 0, kernel);
4484 status = get_new_fd(FDTYPE_QUER
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2819 get_new_fd(struct fd_ops* ops, struct fs_mount* mount, struct vnode* vnode, function
5366 int fd = get_new_fd(&sFileOps, NULL, vnode, cookie, openMode, kernel);
5481 int fd = get_new_fd(&sFileOps, NULL, vnode.Get(), cookie, openMode, kernel);
5515 status = get_new_fd(&sDirectoryOps, NULL, vnode, cookie, O_CLOEXEC, kernel);
5542 status = get_new_fd(&sAttributeDirectoryOps, NULL, vnode, cookie, O_CLOEXEC,
6842 fd = get_new_fd(&sAttributeOps, NULL, vnode.Get(), cookie, openMode, kernel);
6884 fd = get_new_fd(&sAttributeOps, NULL, vnode.Get(), cookie, openMode, kernel);
7112 fd = get_new_fd(&sIndexDirectoryOps, mount, NULL, cookie, O_CLOEXEC, kernel);
7315 fd = get_new_fd(&sQueryOps, mount, NULL, cookie, O_CLOEXEC, kernel);

Completed in 109 milliseconds