Searched defs:mount (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_char.h14 explicit MountNodeCharDevice(Mount* mount) : MountNode(mount) { argument
H A Dkernel_handle.h11 #include "nacl_io/mount.h"
23 // file information, such as it's mount, node, access type and offset.
42 const ScopedMount& mount() { return mount_; } function in class:nacl_io::KernelHandle
H A Dmount_node_mem.cc18 MountNodeMem::MountNodeMem(Mount* mount) argument
19 : MountNode(mount), data_(NULL), capacity_(0) {
H A Dmount_node_dir.cc17 MountNodeDir::MountNodeDir(Mount* mount) : MountNode(mount), cache_(NULL) { argument
H A Dmount_dev.cc35 RealNode(Mount* mount, int fd);
50 explicit NullNode(Mount* mount) : MountNodeCharDevice(mount) {} argument
61 ConsoleNode(Mount* mount, PP_LogLevel level);
74 explicit ZeroNode(Mount* mount);
85 explicit UrandomNode(Mount* mount);
100 RealNode::RealNode(Mount* mount, int fd) : MountNode(mount), fd_(fd) { argument
146 ConsoleNode::ConsoleNode(Mount* mount, PP_LogLevel level) argument
147 : MountNodeCharDevice(mount), level
171 ZeroNode(Mount* mount) argument
187 UrandomNode(Mount* mount) argument
[all...]
H A Dmount_node.cc17 #include "nacl_io/mount.h"
26 MountNode::MountNode(Mount* mount) : mount_(mount) { argument
108 // This implementation just reads from the mount into the mmap'd memory area.
H A Dmount_node_html5fs.cc16 #include "nacl_io/mount.h"
260 MountNodeHtml5Fs::MountNodeHtml5Fs(Mount* mount, PP_Resource fileref_resource) argument
261 : MountNode(mount),
H A Dmount_node_tty.cc15 #include "nacl_io/mount.h"
29 MountNodeTty::MountNodeTty(Mount* mount) : MountNodeCharDevice(mount), argument
H A Dmount_passthrough.cc13 explicit MountNodePassthrough(Mount* mount, int real_fd) argument
14 : MountNode(mount), real_fd_(real_fd) {}
H A Dmount_node_http.cc168 MountHttp* mount = static_cast<MountHttp*>(mount_); local
169 if (stat_.st_size == 0 || !mount->cache_stat_) {
267 MountNodeHttp::MountNodeHttp(Mount* mount, argument
270 : MountNode(mount),
H A Dkernel_proxy.cc24 #include "nacl_io/mount.h"
71 result = mount("", "/", "passthroughfs", 0, NULL);
74 result = mount("", "/dev", "dev", 0, NULL);
298 int KernelProxy::mount(const char* source, function in class:nacl_io::KernelProxy
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_node_mock.cc7 MountNodeMock::MountNodeMock(nacl_io::Mount* mount) : MountNode(mount) {} argument
H A Dkernel_proxy_test.cc22 #include "nacl_io/mount.h"
57 // Unmount the passthrough FS and mount a memfs.
59 EXPECT_EQ(0, kp_->mount("", "/", "memfs", 0, NULL));
79 MountMem* mount = (MountMem*)kp_->RootMount(); local
82 EXPECT_EQ(0, mount->Open(Path("/"), O_RDONLY, &root));
324 MountNodeMockMMap(Mount* mount) : MountNode(mount), node_mmap_count_(0) { argument
428 SingletonMountFactory(const ScopedMount& mount) : mount_(mount) {} argument
463 // Unmount the passthrough FS and mount
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dmount.c8 int mount(const char* source, const char* target, const char* filesystemtype, function
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h51 // Used to house an instance of each found mount device.
79 // The path to the mount point of this device. Will be empty if not mounted.
169 // A struct to store information about mount point.
175 // Type of mount.
177 // Condition of mount.
181 const std::string& mount,
185 mount_path(mount),
201 // Implement this interface to be notified about disk/mount related events.
206 // Called when disk mount status is changed.
211 // Called after a mount poin
180 MountPointInfo(const std::string& source, const std::string& mount, const MountType type, MountCondition condition) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dcryptlib.c403 int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
419 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, argument
/external/openssl/crypto/
H A Dcryptlib.c403 int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
419 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, argument
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h227 LONG mount; member in struct:linux_romvec
/external/e2fsprogs/lib/blkid/
H A Dprobe.h344 char mount[128]; member in struct:ocfs_volume_header
/external/kernel-headers/original/linux/
H A Dfs.h190 * These are the fs-independent mount-flags: up to 32 flags are supported
228 * Old magic mount flag and mask
259 * i_flags updated. Hence, i_flags no longer inherit the superblock mount
1492 * Saved mount options for lazy filesystems using
1838 struct dentry *(*mount) (struct file_system_type *, int, member in struct:file_system_type
2537 extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
2538 extern void simple_release_fs(struct vfsmount **mount, int *count);

Completed in 161 milliseconds