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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c137 int hfs_vnop_readdir(struct vnop_readdir_args*);
5409 * hfs_vnop_readdir reads directory entries into the buffer pointed
5423 * returned by hfs_vnop_readdir or zero. This offset does not have
5439 hfs_vnop_readdir(ap) function
5633 * call to hfs_vnop_readdir we hit EOF for this directory. If that is the case
5690 printf("hfs_vnop_readdir: repairing valence to non-zero! \n");
7056 { &vnop_readdir_desc, (VOPFUNC)hfs_vnop_readdir }, /* readdir */
7118 { &vnop_readdir_desc, (VOPFUNC)hfs_vnop_readdir }, /* readdir */

Completed in 125 milliseconds