Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h493 int tmpfs_dir_whiteout_add(struct vnode *, struct componentname *);
H A Dtmpfs_vnops.c768 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()
H A Dtmpfs_subr.c1793 tmpfs_dir_whiteout_add(struct vnode *dvp, struct componentname *cnp) in tmpfs_dir_whiteout_add() function