Searched refs:tmp_fs_options (Results 1 – 1 of 1) sorted by relevance
241 char tmp_fs_options[FS_OPTIONS_LEN]; in read_fstab() local324 tmp_fs_options[0] = '\0'; in read_fstab()325 fstab[cnt].flags = parse_flags(p, mount_flags, 0, tmp_fs_options, FS_OPTIONS_LEN); in read_fstab()328 if (tmp_fs_options[0]) { in read_fstab()329 fstab[cnt].fs_options = strdup(tmp_fs_options); in read_fstab()