Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1334 uh.td_dup.index_entries) { in tmpfs_dir_lookup_cookie()
1397 LIST_FOREACH(de, duphead, uh.td_dup.entries) { in tmpfs_dir_lookup()
1433 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries); in tmpfs_dir_attach_dup()
1444 de = LIST_NEXT(de, uh.td_dup.index_entries); in tmpfs_dir_attach_dup()
1452 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries); in tmpfs_dir_attach_dup()
1463 uh.td_dup.index_entries); in tmpfs_dir_attach_dup()
1475 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries); in tmpfs_dir_attach_dup()
1549 if (LIST_NEXT(de, uh.td_dup.entries) == NULL) { in tmpfs_dir_detach()
1554 LIST_REMOVE(de, uh.td_dup.entries); in tmpfs_dir_detach()
1555 LIST_REMOVE(de, uh.td_dup.index_entries); in tmpfs_dir_detach()
[all …]
H A Dtmpfs.h70 } td_dup; member