Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/tmpfs/
HDtmpfs_subr.c828 tmpfs_dirent_dup(struct tmpfs_dirent *de) in tmpfs_dirent_dup() function
1245 if (tmpfs_dirent_dup(dc->tdc_current)) { in tmpfs_dir_next()
1292 MPASS(tmpfs_dirent_dup(de)); in tmpfs_dir_lookup_cookie()
1323 if (de != NULL && tmpfs_dirent_dup(de)) in tmpfs_dir_lookup_cookie()
1388 MPASS(tmpfs_dirent_dup(nde)); in tmpfs_dir_attach_dup()
1428 MPASS(tmpfs_dirent_dup(nde)); in tmpfs_dir_attach_dup()
1457 MPASS(!tmpfs_dirent_dup(de)); in tmpfs_dir_attach()
1466 MPASS(!tmpfs_dirent_dup(xde)); in tmpfs_dir_attach()
1504 if (tmpfs_dirent_dup(de)) { in tmpfs_dir_detach()