Home
last modified time | relevance | path

Searched refs:unionfs_check_rmdir (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/fs/unionfs/
HDunion.h142 int unionfs_check_rmdir(struct vnode *, struct ucred *, struct thread *td);
HDunion_subr.c1535 unionfs_check_rmdir(struct vnode *vp, struct ucred *cred, struct thread *td) in unionfs_check_rmdir() function
HDunion_vnops.c1721 error = unionfs_check_rmdir(ap->a_vp, cnp->cn_cred, td); in unionfs_rmdir()