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

/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vnops.c1476 unionfs_readdir(struct vop_readdir_args *ap) function
1494 UNIONFS_INTERNAL_DEBUG("unionfs_readdir: enter\n");
1566 KASSERT(uvp != NULLVP, ("unionfs_readdir: null upper vp"));
1567 KASSERT(lvp != NULLVP, ("unionfs_readdir: null lower vp"));
1624 * infinite loop, because the next call to unionfs_readdir would
1658 UNIONFS_INTERNAL_DEBUG("unionfs_readdir: leave (%d)\n", error);
2573 .vop_readdir = unionfs_readdir,

Completed in 115 milliseconds