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.cpp369 static status_t dir_read(struct io_context* context,
372 static status_t dir_read(struct io_context* ioContext, struct vnode* vnode,
457 dir_read,
522 NULL, // dir_read()
2504 // We use the FS hook directly instead of dir_read(), since we don't
6014 dir_read(struct io_context* ioContext, struct file_descriptor* descriptor, function
6017 return dir_read(ioContext, descriptor->u.vnode, descriptor->cookie, buffer,
6055 dir_read(struct io_context* ioContext, struct vnode* vnode, void* cookie, function

Completed in 62 milliseconds