Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c844 tmpfs_dirent_duphead(struct tmpfs_dirent *de) in tmpfs_dirent_duphead() function
906 if (!tmpfs_dirent_duphead(de) && de->ud.td_name != NULL) in tmpfs_free_dirent()
1237 if (de != NULL && tmpfs_dirent_duphead(de)) in tmpfs_dir_first()
1257 if ((de = dc->tdc_current) != NULL && tmpfs_dirent_duphead(de)) { in tmpfs_dir_next()
1319 if (de != NULL && tmpfs_dirent_duphead(de)) { in tmpfs_dir_lookup_cookie()
1357 if (de != NULL && tmpfs_dirent_duphead(de)) { in tmpfs_dir_lookup()
1464 if (xde != NULL && tmpfs_dirent_duphead(xde)) in tmpfs_dir_attach()
1513 MPASS(tmpfs_dirent_duphead(xde)); in tmpfs_dir_detach()
1545 if (tmpfs_dirent_duphead(de)) { in tmpfs_dir_destroy()