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(),
153 return entry_cache_add(fInode->GetFileSystem()->DevId(), fInode->ID(),
199 entry_cache_remove(fInode->GetFileSystem()->DevId(), fInode->ID(),
306 notify_attribute_changed(fInode->GetFileSystem()->DevId(),
309 notify_entry_created(fInode->GetFileSystem()->DevId(),
323 notify_attribute_changed(fInode->GetFileSystem()->DevId(),
326 notify_entry_removed(fInode->GetFileSystem()->DevId(), fInode->ID(),
H A DMetadataCache.cpp82 notify_stat_changed(fInode->GetFileSystem()->DevId(), -1, fInode->ID(),
184 notify_stat_changed(fInode->GetFileSystem()->DevId(), -1, fInode->ID(),
H A DFileSystem.h68 inline dev_t DevId() const;
188 FileSystem::DevId() const function in class:FileSystem
H A DInode.cpp131 inode->fFileCache = file_cache_create(fs->DevId(), inode->ID(), size);
182 fFileCache = file_cache_create(fFileSystem->DevId(), ID(), fMaxFileSize);
250 notify_entry_created(fFileSystem->DevId(), dir->ID(), name, ID());
296 notify_attribute_changed(fFileSystem->DevId(), -1, ID(), name,
299 notify_entry_removed(fFileSystem->DevId(), ID(), name,
385 notify_attribute_changed(from->fFileSystem->DevId(), -1, from->ID(),
387 notify_attribute_changed(to->fFileSystem->DevId(), -1, to->ID(), toName,
390 notify_entry_moved(from->fFileSystem->DevId(), from->ID(), fromName,
437 notify_entry_created(fFileSystem->DevId(), ID(), name,
H A DInodeRegular.cpp93 notify_entry_created(fFileSystem->DevId(), ID(), name, *id);
H A DInodeDir.cpp130 de->d_dev = fFileSystem->DevId();
/haiku/headers/private/shared/
H A Dpci-utils.h71 if (PciDevTable[i].VenId == vendorID && PciDevTable[i].DevId == deviceID ) {
81 if (PciDevTable[i].VenId != vendorID || PciDevTable[i].DevId != deviceID)
H A Dusb-utils.h60 if (UsbDevTable[i].VenId == vendorID && UsbDevTable[i].DevId == deviceID ) {

Completed in 75 milliseconds