Lines Matching defs:duphead
1304 /* Lookup directory entry in RB-Tree. Function may return duphead entry. */
1385 struct tmpfs_dir_duphead *duphead;
1397 duphead = &de->ud.td_duphead;
1398 LIST_FOREACH(de, duphead, uh.td_dup.entries) {
1420 struct tmpfs_dir_duphead *duphead, struct tmpfs_dirent *nde)
1434 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
1453 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
1465 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
1476 LIST_INSERT_HEAD(duphead, nde, uh.td_dup.entries);
1507 * Allocate new duphead. Swap xde with duphead to avoid
1549 /* Remove duphead if de was last entry. */