Searched refs:DevId (Results 1 – 8 of 8) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | DirectoryCache.cpp | 113 entry_cache_remove(fInode->GetFileSystem()->DevId(), fInode->ID(), in Trash() 153 return entry_cache_add(fInode->GetFileSystem()->DevId(), fInode->ID(), in AddEntry() 199 entry_cache_remove(fInode->GetFileSystem()->DevId(), fInode->ID(), in RemoveEntry() 306 notify_attribute_changed(fInode->GetFileSystem()->DevId(), in NotifyChanges() 309 notify_entry_created(fInode->GetFileSystem()->DevId(), in NotifyChanges() 323 notify_attribute_changed(fInode->GetFileSystem()->DevId(), in NotifyChanges() 326 notify_entry_removed(fInode->GetFileSystem()->DevId(), fInode->ID(), in NotifyChanges()
|
H A D | FileSystem.h | 68 inline dev_t DevId() const; 188 FileSystem::DevId() const in DevId() function
|
H A D | MetadataCache.cpp | 82 notify_stat_changed(fInode->GetFileSystem()->DevId(), -1, fInode->ID(), in GrowFile() 184 notify_stat_changed(fInode->GetFileSystem()->DevId(), -1, fInode->ID(), in NotifyChanges()
|
H A D | Inode.cpp | 131 inode->fFileCache = file_cache_create(fs->DevId(), inode->ID(), size); in CreateInode() 182 fFileCache = file_cache_create(fFileSystem->DevId(), ID(), fMaxFileSize); in RevalidateFileCache() 250 notify_entry_created(fFileSystem->DevId(), dir->ID(), name, ID()); in Link() 296 notify_attribute_changed(fFileSystem->DevId(), -1, ID(), name, in Remove() 299 notify_entry_removed(fFileSystem->DevId(), ID(), name, in Remove() 385 notify_attribute_changed(from->fFileSystem->DevId(), -1, from->ID(), in Rename() 387 notify_attribute_changed(to->fFileSystem->DevId(), -1, to->ID(), toName, in Rename() 390 notify_entry_moved(from->fFileSystem->DevId(), from->ID(), fromName, in Rename() 437 notify_entry_created(fFileSystem->DevId(), ID(), name, in CreateObject()
|
H A D | InodeDir.cpp | 130 de->d_dev = fFileSystem->DevId(); in FillDirEntry()
|
H A D | InodeRegular.cpp | 93 notify_entry_created(fFileSystem->DevId(), ID(), name, *id); in Create()
|
/haiku/headers/private/shared/ |
H A D | pci-utils.h | 71 if (PciDevTable[i].VenId == vendorID && PciDevTable[i].DevId == deviceID ) { in get_device_info() 81 if (PciDevTable[i].VenId != vendorID || PciDevTable[i].DevId != deviceID) in get_device_info()
|
H A D | usb-utils.h | 60 if (UsbDevTable[i].VenId == vendorID && UsbDevTable[i].DevId == deviceID ) { in usb_get_device_info()
|