Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs.h486 void tmpfs_dir_whiteout_remove(struct vnode *, struct componentname *);
H A Dtmpfs_vnops.c821 tmpfs_dir_whiteout_remove(dvp, cnp); in tmpfs_link()
1214 tmpfs_dir_whiteout_remove(tdvp, tcnp); in tmpfs_rename()
1722 tmpfs_dir_whiteout_remove(dvp, cnp); in tmpfs_whiteout()
H A Dtmpfs_subr.c1222 tmpfs_dir_whiteout_remove(dvp, cnp); in tmpfs_alloc_file()
1804 tmpfs_dir_whiteout_remove(struct vnode *dvp, struct componentname *cnp) in tmpfs_dir_whiteout_remove() function