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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp199 static fssh_status_t dir_read(struct file_descriptor *,
202 static fssh_status_t dir_read(struct vnode *vnode, void *cookie,
280 dir_read,
341 NULL, // dir_read()
1380 status = dir_read(parent, cookie, buffer, bufferSize, &num);
3387 dir_read(struct file_descriptor *descriptor, struct fssh_dirent *buffer, function in namespace:FSShell
3390 return dir_read(descriptor->u.vnode, descriptor->cookie, buffer, bufferSize, _count);
3438 dir_read(struct vnode *vnode, void *cookie, struct fssh_dirent *buffer, function in namespace:FSShell
/haiku/src/system/kernel/fs/
H A Dvfs.cpp373 static status_t dir_read(struct io_context* context,
376 static status_t dir_read(struct io_context* ioContext, struct vnode* vnode,
465 dir_read,
532 NULL, // dir_read()
2514 // We use the FS hook directly instead of dir_read(), since we don't
6072 dir_read(struct io_context* ioContext, struct file_descriptor* descriptor, function
6075 return dir_read(ioContext, descriptor->u.vnode, descriptor->cookie, buffer,
6113 dir_read(struct io_context* ioContext, struct vnode* vnode, void* cookie, function

Completed in 161 milliseconds