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

/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c754 dc->tdc_current = LIST_NEXT(dc->tdc_current, uh.td_dup.entries);
799 uh.td_dup.index_entries) {
859 LIST_FOREACH(de, duphead, uh.td_dup.entries) {
894 LIST_INSERT_HEAD(dupindex, nde, uh.td_dup.index_entries);
895 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
906 de = LIST_NEXT(de, uh.td_dup.index_entries);
913 LIST_INSERT_AFTER(pde, nde, uh.td_dup.index_entries);
914 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
925 uh.td_dup.index_entries);
926 LIST_INSERT_HEAD(duphead, nde, uh.td_dup
[all...]
H A Dtmpfs.h82 } td_dup; member in union:tmpfs_dirent::__anon9787

Completed in 157 milliseconds