Searched refs:mount (Results 26 - 47 of 47) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h217 beos_op_mount (*mount); member in struct:beos_vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A Dfsproto.h191 op_mount (*mount); member in struct:vnode_ops
H A DMyNetApp.cpp236 BAlert *alert = new BAlert("title", "An attempt to create a local mount point to access this shared volume has failed.", "OK");
371 int result = mount("beserved_client", path, NULL, 0, &params, sizeof(params));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dfsproto.h191 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dfsproto.h191 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dfsproto.h191 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dfsproto.h202 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfsproto.h191 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsproto.h194 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dfsproto.h197 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/public/
H A Dfsproto.h195 op_mount (*mount); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c59 #include <sys/mount.h>
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp293 fCapabilities.Set(FS_CAPABILITY_MOUNT, fFSModule->mount);
H A DHaikuKernelVolume.cpp195 if (!fFSModule->mount)
198 // mount
199 status_t error = fFSModule->mount(&fVolume, device, flags, parameters,
/haiku-fatelf/headers/os/drivers/
H A Dfs_interface.h263 status_t (*mount)(fs_volume* volume, const char* device, uint32 flags, member in struct:file_system_module_info
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h293 fssh_status_t (*mount)(fssh_fs_volume *volume, const char *device, member in struct:fssh_file_system_module_info
/haiku-fatelf/src/bin/coreutils/src/
H A Dstat.c41 /* NOTE: freebsd5.0 needs sys/param.h and sys/mount.h for statfs.
46 # include <sys/mount.h>
/haiku-fatelf/src/tools/fs_shell/
H A Dfd.cpp44 fssh_dprintf("fd[%d] = %p: type = %d, ref_count = %d, ops = %p, u.vnode = %p, u.mount = %p, cookie = %p, open_mode = %x, pos = %Ld\n",
46 descriptor->u.vnode, descriptor->u.mount, descriptor->cookie, (int)descriptor->open_mode, descriptor->pos);
/haiku-fatelf/src/system/kernel/fs/
H A Dfd.cpp104 "u.mount = %p, cookie = %p, open_mode = %lx, pos = %Ld\n",
106 descriptor->ops, descriptor->u.vnode, descriptor->u.mount,
/haiku-fatelf/src/system/libroot/posix/
H A Dfts.c56 #include <sys/mount.h>
373 /* If skipped or crossed mount point, do post-order visit. */
938 * crossing mount points. Also remember the link count, used
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c52 #include <sys/mount.h>
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure22343 for ac_header in sys/mount.h
22345 ac_fn_c_check_header_compile "$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "$ac_includes_default
22435 #include <sys/mount.h>
22482 #include <sys/mount.h>
22577 #include <sys/mount.h>
22626 #include <sys/mount.h>
30959 for ac_header in sys/mount.h
30961 ac_fn_c_check_header_compile "$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "$ac_includes_default
31000 # include <sys/mount.h>
31384 # include <sys/mount
[all...]

Completed in 309 milliseconds

12