Searched refs:dev_t (Results 76 - 100 of 361) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.h20 virtual status_t CreateVolume(Volume** volume, dev_t id);
/haiku-fatelf/src/bin/
H A Drmindex.cpp26 dev_t gCurrentDevice;
98 remove_index(dev_t device, const char* indexName, bool verbose)
140 remove_indices(dev_t device, const char* indexPattern, bool verbose)
176 dev_t device = 0;
H A Dmkindex.cpp43 copy_indexes(dev_t from, dev_t to, bool verbose)
105 dev_t device = -1, copyFromDevice = -1;
/haiku-fatelf/src/build/libhaikucompat/
H A Dmisc.cpp24 dev_t
/haiku-fatelf/headers/os/storage/
H A DNodeMonitor.h86 extern status_t watch_volume(dev_t volume, uint32 flags, BMessenger target);
87 extern status_t watch_volume(dev_t volume, uint32 flags,
/haiku-fatelf/headers/private/shared/
H A DQueryFile.h33 status_t AddVolume(dev_t device);
37 dev_t VolumeAt(int32 index) const;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.cpp13 EntryRef::EntryRef(dev_t volumeID, ino_t nodeID, const char* name)
54 NoAllocEntryRef::NoAllocEntryRef(dev_t volumeID, ino_t nodeID, const char* name)
H A DNode.h29 dev_t GetVolumeID() const;
34 Entry* FindReferringEntry(dev_t volumeID,
H A DNodeRef.h16 NodeRef(dev_t volumeID, ino_t nodeID)
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.h33 virtual status_t CreateVolume(Volume** volume, dev_t id) = 0;
41 Volume* VolumeWithID(dev_t id);
/haiku-fatelf/src/build/libbe/storage/mime/
H A DMimeUpdateThread.cpp37 device_is_root_device(dev_t device)
146 MimeUpdateThread::DeviceSupportsAttributes(dev_t device)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DEntryRef.cpp13 EntryRef::EntryRef(dev_t volumeID, ino_t nodeID, const char* name)
54 NoAllocEntryRef::NoAllocEntryRef(dev_t volumeID, ino_t nodeID, const char* name)
H A DNode.h28 dev_t GetVolumeID() const;
33 Entry* FindReferringEntry(dev_t volumeID,
/haiku-fatelf/src/bin/findutils/find/
H A Dfstype.c161 static dev_t current_dev;
179 if (p->me_dev == (dev_t)-1)
283 dev_t *
289 dev_t *result = NULL;
301 result = extendbuf(result, sizeof(dev_t)*(used+1), &alloc_size);
/haiku-fatelf/src/tests/kits/storage/
H A DVolumeTest.cpp117 CheckVolume(BVolume &volume, dev_t device, status_t error)
200 dev_t bootDevice = dev_for_path("/boot");
214 // 2. BVolume(dev_t dev)
228 dev_t device = dev_for_path(volumeRootDir);
241 dev_t device = 213;
268 dev_t device = dev_for_path(volumeRootDir);
291 dev_t device = 213;
319 dev_t device = dev_for_path(volumeRootDir);
349 dev_t device = dev_for_path(volumeRootDir);
355 dev_t device
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DVolume.h52 dev_t ID() const { return fFSVolume->id; }
62 dev_t MountPointDeviceID() const
167 dev_t deviceID, ino_t directoryID,
171 dev_t deviceID, ino_t directoryID,
175 dev_t deviceID, ino_t fromDirectoryID,
176 ino_t toDirectoryID, dev_t nodeDeviceID,
210 dev_t deviceID;
/haiku-fatelf/src/apps/musiccollection/
H A DFileMonitor.cpp97 FileMonitor::EntryCreated(const char *name, ino_t directory, dev_t device,
114 FileMonitor::EntryRemoved(const char *name, ino_t directory, dev_t device,
128 ino_t fromDirectory, ino_t toDirectory, dev_t device, ino_t node,
129 dev_t nodeDevice)
141 FileMonitor::StatChanged(ino_t node, dev_t device, int32 statFields)
151 FileMonitor::AttrChanged(ino_t node, dev_t device)
161 FileMonitor::_FindFile(dev_t device, ino_t node)
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h90 Volume* GetVolume(dev_t id);
98 status_t AddNodeListener(dev_t device, ino_t node,
100 status_t RemoveNodeListener(dev_t device, ino_t node,
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddress.h45 UnixAddress(dev_t volumeID, ino_t nodeID, struct vnode* vnode)
58 void SetTo(dev_t volumeID, ino_t nodeID, struct vnode* vnode)
168 dev_t fVolumeID;
/haiku-fatelf/src/kits/storage/
H A DNodeMonitor.cpp33 \param volume dev_t referring to the volume to be watched.
39 watch_volume(dev_t volume, uint32 flags, BMessenger target)
54 watch_volume(dev_t volume, uint32 flags, const BHandler *handler,
105 status_t status = _kern_start_watching((dev_t)-1, (ino_t)-1,
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp150 MimeUpdateThread::DeviceSupportsAttributes(dev_t device)
153 std::list< std::pair<dev_t,bool> >::iterator i;
172 std::pair<dev_t,bool> p(device, result);
/haiku-fatelf/headers/build/host/darwin/sys/
H A Dstat.h36 int mknodat(int fd, const char *name, mode_t mode, dev_t dev);
/haiku-fatelf/headers/os/drivers/
H A Dfs_cache.h82 extern void *file_cache_create(dev_t mountID, ino_t vnodeID, off_t size);
96 extern void *file_map_create(dev_t mountID, ino_t vnodeID, off_t size);
105 extern status_t entry_cache_add(dev_t mountID, ino_t dirID, const char* name,
107 extern status_t entry_cache_remove(dev_t mountID, ino_t dirID,
/haiku-fatelf/headers/private/system/
H A Dddm_userland_interface_defs.h27 dev_t volume;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dntfsdir.h35 dev_t dev_id;

Completed in 121 milliseconds

1234567891011>>