Home
last modified time | relevance | path

Searched defs:mount_options (Results 1 – 9 of 9) sorted by relevance

/external/googleapis/google/cloud/batch/v1/
Dvolume.proto59 repeated string mount_options = 5; field
/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/
Dvolume.proto59 repeated string mount_options = 5; field
/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/
Dvolume.proto62 repeated string mount_options = 5; field
/external/googleapis/google/cloud/batch/v1alpha/
Dvolume.proto62 repeated string mount_options = 5; field
/external/autotest/client/site_tests/security_NosymfollowMountOption/
Dsecurity_NosymfollowMountOption.py59 def mount_and_test_with_string(self, mount_options, restrict_symlinks): argument
/external/crosvm/fuse/src/
Dmount.rs74 let mount_options = CString::new(join_mount_options(options))?; in mount() localVariable
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c182 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount()
/external/googleapis/google/cloud/netapp/v1/
Dvolume.proto313 repeated MountOption mount_options = 14 field
/external/autotest/client/bin/
Dpartition.py27 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None): argument