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

/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion.h114 int unionfs_check_rmdir(struct vnode *vp, struct ucred *cred, struct thread *td);
H A Dunion_subr.c1114 unionfs_check_rmdir(struct vnode *vp, struct ucred *cred, struct thread *td) function
1133 ASSERT_VOP_ELOCKED(vp, "unionfs_check_rmdir");
H A Dunion_vnops.c1411 error = unionfs_check_rmdir(ap->a_vp, cnp->cn_cred, td);

Completed in 56 milliseconds