Home
last modified time | relevance | path

Searched refs:mount_options_t (Results 1 – 8 of 8) sorted by relevance

/system/ulib/fs-management/
A Dmount.cpp68 zx_status_t Mount(unique_fd device, disk_format_t format, const mount_options_t& options,
75 zx_status_t MakeDirAndMount(const mount_options_t& options);
76 zx_status_t LaunchAndMount(LaunchCallback cb, const mount_options_t& options, const char** argv,
78 zx_status_t MountNativeFs(const char* binary, unique_fd device, const mount_options_t& options,
80 zx_status_t MountFat(unique_fd device, const mount_options_t& options, LaunchCallback cb);
116 zx_status_t Mounter::MakeDirAndMount(const mount_options_t& options) { in MakeDirAndMount()
155 zx_status_t Mounter::LaunchAndMount(LaunchCallback cb, const mount_options_t& options, in LaunchAndMount()
185 const mount_options_t& options, LaunchCallback cb) { in MountNativeFs()
258 const mount_options_t default_mount_options = {
335 zx_status_t fmount(int device_fd, int mount_fd, disk_format_t df, const mount_options_t* options, in fmount()
[all …]
/system/ulib/fs-management/include/fs-management/
A Dmount.h88 } mount_options_t; typedef
90 extern const mount_options_t default_mount_options;
145 const mount_options_t* options, LaunchCallback cb);
150 const mount_options_t* options, LaunchCallback cb);
/system/uapp/fs-mount/
A Dmain.c32 int parse_args(int argc, char** argv, mount_options_t* options, in parse_args()
81 mount_options_t options = default_mount_options; in main()
/system/core/devmgr/fshost/
A Dblock-watcher.cpp65 zx_status_t MountData(fbl::unique_fd fd, mount_options_t* options);
69 zx_status_t MountInstall(fbl::unique_fd fd, mount_options_t* options);
73 zx_status_t MountBlob(fbl::unique_fd fd, mount_options_t* options);
355 zx_status_t BlockWatcher::MountData(fbl::unique_fd fd, mount_options_t* options) { in MountData()
371 zx_status_t BlockWatcher::MountInstall(fbl::unique_fd fd, mount_options_t* options) { in MountInstall()
386 zx_status_t BlockWatcher::MountBlob(fbl::unique_fd fd, mount_options_t* options) { in MountBlob()
462 zx_status_t mount_minfs(BlockWatcher* watcher, fbl::unique_fd fd, mount_options_t* options) { in mount_minfs()
589 mount_options_t options = default_mount_options; in block_device_added()
608 mount_options_t options = default_mount_options; in block_device_added()
624 mount_options_t options = default_mount_options; in block_device_added()
[all …]
/system/utest/fs-management/
A Dfs-management.cpp118 mount_options_t options = default_mount_options; in MountMkdirUnmount()
510 mount_options_t options; in MountMinfs()
511 memcpy(&options, &default_mount_options, sizeof(mount_options_t)); in MountMinfs()
/system/ulib/fs-test-utils/
A Dfixture.cpp247 mount_options_t mount_options = default_mount_options; in Mount()
/system/uapp/disk-pave/
A Dpave-lib.cpp1046 mount_options_t opts(default_mount_options); in DataFilePave()
/system/utest/blobfs/
A Dblobfs.cpp497 mount_options_t options = default_mount_options; in Mount()
2367 mount_options_t options = default_mount_options; in CorruptAtMount()

Completed in 20 milliseconds