Searched refs:fs_options (Results 1 - 3 of 3) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr_priv.h33 char *fs_options; member in struct:fstab_rec
47 * <source> <mount_point> <fs_type> <mount_flags> <fs_options> <fs_mgr_options>
53 * <fs_options> is a comma separated list of options accepted by the filesystem being
H A Dfs_mgr.c104 char *fs_options, int fs_options_len)
116 /* initialize fs_options to the null string */
117 if (fs_options && (fs_options_len > 0)) {
118 fs_options[0] = '\0';
140 if (fs_options) {
142 * option. Add it to fs_options if it was passed in.
144 strlcat(fs_options, p, fs_options_len);
145 strlcat(fs_options, ",", fs_options_len);
147 /* fs_options was not passed in, so if the flag is unknown
157 if (fs_options
103 parse_flags(char *flags, struct flag_list *fl, char **key_loc, char *fs_options, int fs_options_len) argument
[all...]
/system/vold/
H A Dcryptfs.c642 char fs_options[256]; local

Completed in 257 milliseconds