Home
last modified time | relevance | path

Searched refs:DevId (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp113 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 DFileSystem.h68 inline dev_t DevId() const;
188 FileSystem::DevId() const in DevId() function
H A DMetadataCache.cpp82 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 DInode.cpp131 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 DInodeDir.cpp130 de->d_dev = fFileSystem->DevId(); in FillDirEntry()
H A DInodeRegular.cpp93 notify_entry_created(fFileSystem->DevId(), ID(), name, *id); in Create()
/haiku/headers/private/shared/
H A Dpci-utils.h71 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 Dusb-utils.h60 if (UsbDevTable[i].VenId == vendorID && UsbDevTable[i].DevId == deviceID ) { in usb_get_device_info()