Searched refs:parsed_options (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | super.c | 611 struct mount_options parsed_options; in ocfs2_remount() local 617 if (!ocfs2_parse_options(sb, data, &parsed_options, 1) || in ocfs2_remount() 618 !ocfs2_check_set_options(sb, &parsed_options)) { in ocfs2_remount() 625 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount() 632 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount() 641 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount() 708 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount() 709 osb->s_atime_quantum = parsed_options.atime_quantum; in ocfs2_remount() 710 osb->preferred_slot = parsed_options.slot; in ocfs2_remount() 711 if (parsed_options.commit_interval) in ocfs2_remount() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch | 95 + struct wet_output_config *parsed_options = compositor->parsed_options; 100 + assert(parsed_options); 107 + if (parsed_options->width) 108 + width = parsed_options->width; 110 + if (parsed_options->height) 111 + height = parsed_options->height; 146 + struct wet_output_config *parsed_options = wet_init_parsed_options(c); 147 + if (!parsed_options) 153 + { WESTON_OPTION_INTEGER, "width", 0, &parsed_options->width }, 154 + { WESTON_OPTION_INTEGER, "height", 0, &parsed_options->height },
|
| H A D | 0088-backend-vnc-enable-TLS-support.patch | 32 { WESTON_OPTION_INTEGER, "height", 0, &parsed_options->height },
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch | 95 + struct wet_output_config *parsed_options = compositor->parsed_options; 100 + assert(parsed_options); 107 + if (parsed_options->width) 108 + width = parsed_options->width; 110 + if (parsed_options->height) 111 + height = parsed_options->height; 146 + struct wet_output_config *parsed_options = wet_init_parsed_options(c); 147 + if (!parsed_options) 153 + { WESTON_OPTION_INTEGER, "width", 0, &parsed_options->width }, 154 + { WESTON_OPTION_INTEGER, "height", 0, &parsed_options->height },
|
| H A D | 0087-backend-vnc-enable-TLS-support.patch | 32 { WESTON_OPTION_INTEGER, "height", 0, &parsed_options->height },
|