Searched refs:fs_info (Results 1 - 25 of 134) sorted by relevance

123456

/haiku/headers/os/
H A DKernelKit.h9 #include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRootInode.h12 #include <fs_info.h>
25 status_t ReadInfo(struct fs_info* info);
34 struct fs_info fInfoCache;
/haiku/headers/os/kernel/
H A Dfs_info.h11 /* fs_info.flags */
25 typedef struct fs_info { struct
38 } fs_info; typedef in typeref:struct:fs_info
47 extern int fs_stat_dev(dev_t dev, fs_info *info);
/haiku/headers/build/os/kernel/
H A Dfs_info.h11 /* fs_info.flags */
24 typedef struct fs_info { struct
37 } fs_info; typedef in typeref:struct:fs_info
46 extern int fs_stat_dev(dev_t dev, fs_info *info);
/haiku/src/kits/storage/
H A DVolume.cpp16 #include <fs_info.h>
77 fs_info info;
115 fs_info info;
136 fs_info info;
150 fs_info info;
166 fs_info info;
181 fs_info info;
201 fs_info oldInfo;
207 fs_info newInfo;
253 fs_info inf
[all...]
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c10 #include <fs_info.h>
16 fs_info info;
/haiku/src/tests/system/libroot/os/
H A DFindDirectoryTest.cpp8 #include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dsystem_dependencies.h30 #include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.h29 virtual status_t ReadFSStat(fs_info* info);
30 virtual status_t WriteFSStat(struct fs_info* info, int32 mask);
/haiku/src/system/libroot/os/
H A Dfs_info.cpp7 #include <fs_info.h>
40 fs_stat_dev(dev_t device, fs_info *info)
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c14 #include <fs_info.h>
27 int _kstatfs_(dev_t device, void *whatever, int fd, const char *path, fs_info *info);
91 _kstatfs_(dev_t device, void *whatever, int fd, const char *path, fs_info *info)
/haiku/src/servers/package/
H A DPackageDaemon.h12 #include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dsystem_dependencies.h42 #include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dsystem_dependencies.h31 # include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsystem_dependencies.h33 # include <fs_info.h>
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dsystem_dependencies.h44 #include <fs_info.h>
/haiku/headers/build/os/storage/
H A DVolume.h18 #include <fs_info.h>
/haiku/src/bin/
H A Disvolume.cpp10 #include <fs_info.h>
47 fs_info volumeInfo;
H A Deject.cpp23 #include <fs_info.h>
138 fs_info info;
/haiku/src/servers/launch/
H A DUtility.cpp16 #include <fs_info.h>
27 fs_info info;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.h9 #include <fs_info.h>
37 void GetInfo(fs_info& info);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h12 #include <fs_info.h>
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp15 #include <fs_info.h>
/haiku/headers/os/storage/
H A DVolume.h11 #include <fs_info.h>
/haiku/src/kits/tracker/
H A DMountMenu.cpp50 #include <fs_info.h>
199 fs_info info;

Completed in 207 milliseconds

123456