Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ufs/
H A Dufs_extern.h73 int ufs_dirremove(struct vnode *, struct inode *, int, int);
H A Dufs_vnops.c656 error = ufs_dirremove(dvp, ip, ap->a_cnp->cn_flags, 0); in ufs_remove()
772 error = ufs_dirremove(dvp, NULL, cnp->cn_flags, 0); in ufs_whiteout()
1213 error = ufs_dirremove(fdvp, xp, fcnp->cn_flags, 0); in ufs_rename()
1502 error = ufs_dirremove(dvp, ip, cnp->cn_flags, 1); in ufs_rmdir()
H A Dufs_lookup.c927 ufs_dirremove(struct vnode *dvp, struct inode *ip, int flags, int isrmdir) in ufs_dirremove() function