Searched refs:tmpfs_dir_whiteout_add (Results 1 – 3 of 3) sorted by relevance
493 int tmpfs_dir_whiteout_add(struct vnode *, struct componentname *);
768 tmpfs_dir_whiteout_add(dvp, v->a_cnp); in tmpfs_remove()1212 tmpfs_dir_whiteout_add(fdvp, fcnp); in tmpfs_rename()1377 tmpfs_dir_whiteout_add(dvp, cnp); in tmpfs_rmdir()1738 return (tmpfs_dir_whiteout_add(dvp, cnp)); in tmpfs_whiteout()
1793 tmpfs_dir_whiteout_add(struct vnode *dvp, struct componentname *cnp) in tmpfs_dir_whiteout_add() function