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

/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c762 dc->tdc_current = LIST_NEXT(dc->tdc_current, uh.td_dup.entries);
807 uh.td_dup.index_entries) {
867 LIST_FOREACH(de, duphead, uh.td_dup.entries) {
902 LIST_INSERT_HEAD(dupindex, nde, uh.td_dup.index_entries);
903 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
914 de = LIST_NEXT(de, uh.td_dup.index_entries);
921 LIST_INSERT_AFTER(pde, nde, uh.td_dup.index_entries);
922 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
933 uh.td_dup.index_entries);
934 LIST_INSERT_HEAD(duphead, nde, uh.td_dup
[all...]
H A Dtmpfs.h76 } td_dup; member in union:tmpfs_dirent::__anon10486

Completed in 101 milliseconds