Searched defs: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.c110 char *fs_options, int fs_options_len)
122 /* initialize fs_options to the null string */
123 if (fs_options && (fs_options_len > 0)) {
124 fs_options[0] = '\0';
146 if (fs_options) {
148 * option. Add it to fs_options if it was passed in.
150 strlcat(fs_options, p, fs_options_len);
151 strlcat(fs_options, ",", fs_options_len);
153 /* fs_options was not passed in, so if the flag is unknown
163 if (fs_options
109 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.c654 char fs_options[256]; local

Completed in 157 milliseconds