Symbol: fs_mount
headers/private/kernel/fs/fd.h
62
struct fs_mount *mount;
src/add-ons/kernel/file_systems/iso9660/kernel_interface.cpp
792
&fs_mount,
src/add-ons/kernel/file_systems/nfs/nfs_add_on.c
2667
&fs_mount,
src/add-ons/kernel/file_systems/ntfs/kernel_interface.cpp
1406
&fs_mount,
src/system/kernel/fs/Vnode.h
20
struct fs_mount;
src/system/kernel/fs/Vnode.h
29
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
137
fs_mount()
src/system/kernel/fs/vfs.cpp
164
struct fs_mount* next;
src/system/kernel/fs/vfs.cpp
1896
replace_vnode_if_disconnected(struct fs_mount* mount,
src/system/kernel/fs/vfs.cpp
1945
disconnect_mount_or_vnode_fds(struct fs_mount* mount,
src/system/kernel/fs/vfs.cpp
2837
get_new_fd(struct fd_ops* ops, struct fs_mount* mount, struct vnode* vnode,
src/system/kernel/fs/vfs.cpp
3023
_dump_mount(struct fs_mount* mount)
src/system/kernel/fs/vfs.cpp
306
typedef struct fs_mount ValueType;
src/system/kernel/fs/vfs.cpp
3206
struct fs_mount* mount = sMountsTable->Lookup(id);
src/system/kernel/fs/vfs.cpp
3212
mount = (fs_mount*)val;
src/system/kernel/fs/vfs.cpp
3232
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
4149
struct fs_mount* mount = find_mount(mountID);
src/system/kernel/fs/vfs.cpp
4164
struct fs_mount* mount = find_mount(mountID);
src/system/kernel/fs/vfs.cpp
4179
struct fs_mount* mount = find_mount(mountID);
src/system/kernel/fs/vfs.cpp
4345
fs_mount* mount;
src/system/kernel/fs/vfs.cpp
5210
struct fs_mount* mount = find_mount(mountID);
src/system/kernel/fs/vfs.cpp
716
static struct fs_mount*
src/system/kernel/fs/vfs.cpp
7194
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
7234
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
7248
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
726
get_mount(dev_t id, struct fs_mount** _mount)
src/system/kernel/fs/vfs.cpp
7261
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
7275
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
728
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
7291
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
7345
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
7369
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
7396
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
7437
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
7451
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
7464
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
7478
struct fs_mount* mount = descriptor->u.mount;
src/system/kernel/fs/vfs.cpp
7494
struct ::fs_mount* mount;
src/system/kernel/fs/vfs.cpp
751
put_mount(struct fs_mount* mount)
src/system/kernel/fs/vfs.cpp
7615
mount = new(std::nothrow) (struct ::fs_mount);
src/system/kernel/fs/vfs.cpp
7827
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
8061
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
8144
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
8182
struct fs_mount* mount;
src/system/kernel/fs/vfs.cpp
8200
struct fs_mount* mount = NULL;
src/system/kernel/fs/vfs.cpp
8336
return fs_mount(pathBuffer.LockBuffer(), device, fsName, flags, args, true);
src/system/kernel/fs/vfs.cpp
850
add_vnode_to_mount_list(struct vnode* vnode, struct fs_mount* mount)
src/system/kernel/fs/vfs.cpp
858
remove_vnode_from_mount_list(struct vnode* vnode, struct fs_mount* mount)
src/system/kernel/fs/vfs.cpp
9013
status = fs_mount(path.LockBuffer(),
src/tools/fs_shell/fd.h
54
struct fs_mount* mount;
src/tools/fs_shell/vfs.cpp
113
struct fs_mount *next;
src/tools/fs_shell/vfs.cpp
1667
get_new_fd(int type, struct fs_mount *mount, struct vnode *vnode,
src/tools/fs_shell/vfs.cpp
2509
fs_mount *mount;
src/tools/fs_shell/vfs.cpp
2979
sMountsTable = hash_init(MOUNTS_HASH_TABLE_SIZE, fssh_offsetof(struct fs_mount, next),
src/tools/fs_shell/vfs.cpp
406
struct fs_mount *mount = (fs_mount *)_m;
src/tools/fs_shell/vfs.cpp
419
struct fs_mount *mount = (fs_mount *)_m;
src/tools/fs_shell/vfs.cpp
433
static struct fs_mount *
src/tools/fs_shell/vfs.cpp
4350
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
438
return (fs_mount *)hash_lookup(sMountsTable, (void *)&id);
src/tools/fs_shell/vfs.cpp
4386
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4400
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4414
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4426
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
443
get_mount(fssh_mount_id id, struct fs_mount **_mount)
src/tools/fs_shell/vfs.cpp
4440
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
4464
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
447
struct fs_mount *mount = find_mount(id);
src/tools/fs_shell/vfs.cpp
4487
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
4514
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
4550
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4564
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4578
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4590
struct fs_mount *mount = descriptor->u.mount;
src/tools/fs_shell/vfs.cpp
4607
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
4641
mount = (struct fs_mount *)malloc(sizeof(struct fs_mount));
src/tools/fs_shell/vfs.cpp
465
put_mount(struct fs_mount *mount)
src/tools/fs_shell/vfs.cpp
4785
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
4920
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
4979
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
5011
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
5029
struct fs_mount *mount = NULL;
src/tools/fs_shell/vfs.cpp
5138
return fs_mount(pathBuffer.LockBuffer(), device, fsName, flags, args, true);
src/tools/fs_shell/vfs.cpp
570
add_vnode_to_mount_list(struct vnode *vnode, struct fs_mount *mount)
src/tools/fs_shell/vfs.cpp
581
remove_vnode_from_mount_list(struct vnode *vnode, struct fs_mount *mount)
src/tools/fs_shell/vfs.cpp
83
struct fs_mount *mount;
src/tools/fs_shell/vfs.cpp
882
disconnect_mount_or_vnode_fds(struct fs_mount *mount,
src/tools/fs_shell/vfs.cpp
986
struct fs_mount *mount = vnode->mount;