Searched refs:dev_t (Results 26 - 50 of 361) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DVolume.h14 Volume(dev_t id);
19 dev_t GetID() const;
40 dev_t fID;
H A DEntryRef.h12 EntryRef(dev_t volumeID, ino_t nodeID,
27 NoAllocEntryRef(dev_t volumeID, ino_t nodeID,
/haiku-fatelf/headers/os/kernel/
H A Dfs_query.h28 extern DIR *fs_open_query(dev_t device, const char *query, uint32 flags);
29 extern DIR *fs_open_live_query(dev_t device, const char *query,
H A Dfs_volume.h25 extern dev_t fs_mount_volume(const char *where, const char *device,
/haiku-fatelf/headers/posix/compat/sys/
H A Dstat.h19 dev_t st_dev; /* device ID that this file resides on */
26 dev_t st_rdev; /* device type (not used) */
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.h12 EntryRef(dev_t volumeID, ino_t nodeID,
27 NoAllocEntryRef(dev_t volumeID, ino_t nodeID,
/haiku-fatelf/src/kits/storage/
H A DFindDirectory.cpp34 dev_t device = (dev_t)-1;
/haiku-fatelf/headers/os/storage/
H A DVolume.h23 BVolume(dev_t device);
28 status_t SetTo(dev_t device);
31 dev_t Device() const;
68 dev_t fDevice;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerNodeID.cpp13 ServerNodeID::ServerNodeID(dev_t volumeID, ino_t nodeID)
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeDirectoryCookie.h19 virtual status_t Read(dev_t volumeID, ino_t nodeID,
H A DEmptyAttributeDirectoryCookie.h14 virtual status_t Read(dev_t volumeID, ino_t nodeID,
H A DPackageFSRoot.h28 PackageFSRoot(dev_t deviceID, ino_t nodeID);
47 dev_t DeviceID() const { return fDeviceID; }
70 static status_t _GetOrCreateRoot(dev_t deviceID, ino_t nodeID,
72 static PackageFSRoot* _FindRootLocked(dev_t deviceID, ino_t nodeID);
80 dev_t fDeviceID;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dvfs.h18 status_t vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode **_vnode);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmountlist.h31 dev_t me_dev; /* Device number of me_mountdir. */
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmountlist.h31 dev_t me_dev; /* Device number of me_mountdir. */
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevfs_private.h21 status_t devfs_get_device(dev_t device, ino_t node, BaseDevice** _device);
/haiku-fatelf/src/system/libroot/os/
H A Dfs_index.c21 fs_create_index(dev_t device, const char *name, uint32 type, uint32 flags)
30 fs_remove_index(dev_t device, const char *name)
39 fs_stat_index(dev_t device, const char *name, struct index_info *indexInfo)
58 fs_open_index_dir(dev_t device)
H A Dfs_volume.c13 dev_t
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DServerNodeID.cpp13 ServerNodeID::ServerNodeID(dev_t volumeID, ino_t nodeID)
/haiku-fatelf/headers/private/storage/
H A DAddOnMonitorHandler.h63 dev_t device, ino_t node);
65 dev_t device, ino_t node);
68 ino_t toDirectory, dev_t device,
69 ino_t node, dev_t nodeDevice);
70 virtual void StatChanged(ino_t node, dev_t device,
99 bool _FindDirectory(ino_t directory, dev_t device,
104 bool _FindDirectory(ino_t directory, dev_t device,
/haiku-fatelf/src/apps/musiccollection/
H A DFileMonitor.h79 dev_t device, ino_t node);
81 dev_t device, ino_t node);
84 ino_t toDirectory, dev_t device,
85 ino_t node, dev_t nodeDevice);
86 virtual void StatChanged(ino_t node, dev_t device,
88 virtual void AttrChanged(ino_t node, dev_t device);
91 WatchedFile* _FindFile(dev_t device, ino_t node);
/haiku-fatelf/src/system/kernel/fs/
H A Dnode_monitor.cpp61 dev_t device;
96 status_t NotifyEntryCreatedOrRemoved(int32 opcode, dev_t device,
98 status_t NotifyEntryMoved(dev_t device, ino_t fromDirectory,
101 status_t NotifyStatChanged(dev_t device, ino_t node, uint32 statFields);
102 status_t NotifyAttributeChanged(dev_t device, ino_t node,
104 status_t NotifyUnmount(dev_t device);
105 status_t NotifyMount(dev_t device, dev_t parentDevice,
117 status_t AddListener(io_context *context, dev_t device, ino_t node,
119 status_t RemoveListener(io_context *context, dev_t devic
[all...]
/haiku-fatelf/src/servers/index/
H A DVolumeWatcher.h34 dev_t device, ino_t node);
36 dev_t device, ino_t node);
39 ino_t to_directory, dev_t device,
40 ino_t node, dev_t nodeDevice);
41 void StatChanged(ino_t node, dev_t device,
140 bool FindEntryRef(ino_t node, dev_t device,
/haiku-fatelf/headers/build/private/storage/mime/
H A DMimeUpdateThread.h48 bool DeviceSupportsAttributes(dev_t device);
51 std::list< std::pair<dev_t, bool> > fAttributeSupportList;
/haiku-fatelf/headers/posix/
H A Ddirent.h13 dev_t d_dev; /* device */
14 dev_t d_pdev; /* parent device (only for queries) */

Completed in 191 milliseconds

1234567891011>>