Searched refs:tmpfs_dir_whiteout_add (Results 1 – 3 of 3) sorted by relevance
440 int tmpfs_dir_whiteout_add(struct vnode *, struct componentname *);
848 tmpfs_dir_whiteout_add(dvp, v->a_cnp); in tmpfs_remove()1274 tmpfs_dir_whiteout_add(fdvp, fcnp); in tmpfs_rename()1409 tmpfs_dir_whiteout_add(dvp, v->a_cnp); in tmpfs_rmdir()1742 return (tmpfs_dir_whiteout_add(dvp, cnp)); in tmpfs_whiteout()
949 tmpfs_dir_whiteout_add(struct vnode *dvp, struct componentname *cnp) in tmpfs_dir_whiteout_add() function