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

/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c868 dc->tdc_current = LIST_NEXT(dc->tdc_current, uh.td_dup.entries);
913 uh.td_dup.index_entries) {
976 LIST_FOREACH(de, duphead, uh.td_dup.entries) {
1011 LIST_INSERT_HEAD(dupindex, nde, uh.td_dup.index_entries);
1012 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
1023 de = LIST_NEXT(de, uh.td_dup.index_entries);
1030 LIST_INSERT_AFTER(pde, nde, uh.td_dup.index_entries);
1031 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
1042 uh.td_dup.index_entries);
1043 LIST_INSERT_HEAD(duphead, nde, uh.td_dup
[all...]
H A Dtmpfs.h69 } td_dup; member in union:tmpfs_dirent::__anon15661

Completed in 95 milliseconds