Searched defs:mountflags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dmount.c9 unsigned long mountflags, const void* data) {
10 return ki_mount(source, target, filesystemtype, mountflags, data);
8 mount(const char* source, const char* target, const char* filesystemtype, unsigned long mountflags, const void* data) argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_proxy_test.cc649 unsigned long mountflags,
656 EXPECT_EQ(0, mountflags);
646 mount_callback(const char* source, const char* target, const char* filesystemtype, unsigned long mountflags, const void* data, dev_t dev, void* user_data) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_intercept.cc219 unsigned long mountflags,
222 return s_state.kp->mount(source, target, filesystemtype, mountflags, data);
216 ki_mount(const char* source, const char* target, const char* filesystemtype, unsigned long mountflags, const void* data) argument
H A Dkernel_proxy.cc399 unsigned long mountflags,
403 source, target, filesystemtype, mountflags, data, true, &fs);
415 unsigned long mountflags,
478 mountflags,
396 mount(const char* source, const char* target, const char* filesystemtype, unsigned long mountflags, const void* data) argument
412 MountInternal(const char* source, const char* target, const char* filesystemtype, unsigned long mountflags, const void* data, bool create_fs_node, ScopedFilesystem* out_filesystem) argument

Completed in 4588 milliseconds