Searched defs:mount_options (Results 1 – 4 of 4) sorted by relevance
59 def mount_and_test_with_string(self, mount_options, restrict_symlinks): argument
74 let mount_options = CString::new(join_mount_options(options))?; in mount() localVariable
182 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount()
27 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None): argument