Searched refs:de2 (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/tmpfs/ |
| HD | tmpfs_subr.c | 611 struct tmpfs_dirent *de2; in tmpfs_dir_attach_locked() local 621 de2 = RB_INSERT(tmpfs_dirtree, &dnode->tn_dir.tn_dirtree, de); in tmpfs_dir_attach_locked() 622 KASSERT(de2 == NULL, in tmpfs_dir_attach_locked() 624 de, de2)); in tmpfs_dir_attach_locked() 625 de2 = RB_INSERT(tmpfs_dirtree_cookie, &dnode->tn_dir.tn_cookietree, de); in tmpfs_dir_attach_locked() 626 KASSERT(de2 == NULL, in tmpfs_dir_attach_locked() 628 de, de2)); in tmpfs_dir_attach_locked()
|
| HD | tmpfs_vnops.c | 1260 struct tmpfs_dirent *de, *tde, *de2; in tmpfs_nrename() local 1437 de2 = RB_INSERT(tmpfs_dirtree, &tdnode->tn_dir.tn_dirtree, de); in tmpfs_nrename() 1438 KASSERT(de2 == NULL, in tmpfs_nrename() 1440 de, de2)); in tmpfs_nrename() 1441 de2 = RB_INSERT(tmpfs_dirtree_cookie, in tmpfs_nrename() 1443 KASSERT(de2 == NULL, in tmpfs_nrename() 1445 de, de2)); in tmpfs_nrename()
|
| /dragonfly/sbin/hammer/ |
| HD | cmd_dedup.c | 135 struct dedup_entry *de2); 170 rb_dedup_entry_compare(struct dedup_entry *de1, struct dedup_entry *de2) in rb_dedup_entry_compare() argument 172 if (de1->leaf.data_crc < de2->leaf.data_crc) in rb_dedup_entry_compare() 174 if (de1->leaf.data_crc > de2->leaf.data_crc) in rb_dedup_entry_compare()
|
| /dragonfly/share/misc/ |
| HD | pci_vendors | 11498 0de2 GF108 [GeForce GT 420]
|