Searched refs:fs_mount (Results 1 - 8 of 8) sorted by path

/haiku/src/system/kernel/fs/
H A DVnode.h20 struct fs_mount;
29 struct fs_mount* mount;
H A Dvfs.cpp126 initialized in fs_mount() and not changed afterwards. That is as soon
135 struct fs_mount { struct
136 fs_mount() function in struct:fs_mount
144 ~fs_mount()
161 struct fs_mount* next;
217 Manipulation of the fs_mount structures themselves
224 The fs_mount() and fs_unmount() hold the lock during their whole operation.
228 - the fields immutable after initialization of the fs_mount structures in
304 typedef struct fs_mount ValueType;
703 /*! Finds the mounted device (the fs_mount structur
7326 fs_mount(char* path, const char* device, const char* fsName, uint32 flags, function
[all...]
/haiku/src/tools/fs_shell/
H A Dfd.h54 struct fs_mount* mount;
H A Dvfs.cpp82 struct fs_mount *mount;
102 initialized in fs_mount() and not changed afterwards. That is as soon
111 struct fs_mount { struct in namespace:FSShell
112 struct fs_mount *next;
131 * Manipulation of the fs_mount structures themselves
138 * The fs_mount() and fs_unmount() hold the lock during their whole operation.
142 * - the fields immutable after initialization of the fs_mount structures in
405 struct fs_mount *mount = (fs_mount *)_m;
418 struct fs_mount *moun
4555 fs_mount(char *path, const char *device, const char *fsName, uint32_t flags, function in namespace:FSShell
[all...]
/haiku/headers/private/kernel/fs/
H A Dfd.h56 struct fs_mount *mount;
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp137 fs_mount(fs_volume* _volume, const char* device, uint32 flags, function
792 &fs_mount,
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1219 fs_mount(fs_volume *_vol, const char *devname, uint32 flags, const char *_parms, ino_t *vnid) function
2570 &fs_mount,
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp154 fs_mount(fs_volume* _volume, const char* device, uint32 flags, function
1403 &fs_mount,

Completed in 112 milliseconds