Searched refs:fs_mount (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/system/kernel/fs/
H A DVnode.h20 struct fs_mount;
29 struct fs_mount* mount;
H A Dvfs.cpp125 initialized in fs_mount() and not changed afterwards. That is as soon
134 struct fs_mount { struct
135 fs_mount() function in struct:fs_mount
143 ~fs_mount()
160 struct fs_mount* next;
210 Manipulation of the fs_mount structures themselves
217 The fs_mount() and fs_unmount() hold the lock during their whole operation.
221 - the fields immutable after initialization of the fs_mount structures in
647 struct fs_mount* mount = (fs_mount*)_
7081 fs_mount(char* path, const char* device, const char* fsName, uint32 flags, function
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.c183 &fs_mount,
H A Dfs_func.h64 status_t fs_mount(fs_volume *_vol, const char *device, ulong flags,
H A Dfs_func.c341 fs_mount(fs_volume *_vol, const char *device, ulong flags, const char *args, function
351 TRACE("fs_mount - ENTER\n");
454 ERROR("fs_mount - EXIT, result code is %s\n", strerror(result));
/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp81 struct fs_mount *mount;
101 initialized in fs_mount() and not changed afterwards. That is as soon
110 struct fs_mount { struct in namespace:FSShell
111 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
4508 fs_mount(char *path, const char *device, const char *fsName, uint32_t flags, function in namespace:FSShell
[all...]
H A Dfd.h54 struct fs_mount* mount;
/haiku-fatelf/headers/private/kernel/fs/
H A Dfd.h51 struct fs_mount *mount;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DbtAddOn.h75 int fs_mount(nspace_id nsid, const char *devname, ulong flags,
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp136 fs_mount(fs_volume* _volume, const char* device, uint32 flags, function
796 &fs_mount,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dnfs_add_on.h98 int fs_mount(nspace_id nsid, const char *devname, ulong flags,
H A Dnfs_add_on.c54 (op_mount *) &fs_mount,
571 // fs_mount()
573 extern int fs_mount(nspace_id nsid, const char *devname, ulong flags, struct mount_bt_params *parms, size_t len, fs_nspace **data, vnode_id *vnid) function
582 dprintf("fs_mount running\n");
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1210 fs_mount(fs_volume *_vol, const char *devname, uint32 flags, const char *_parms, ino_t *vnid) function
2546 &fs_mount,

Completed in 206 milliseconds