Lines Matching refs:mount_options
515 char *mount_options = NULL; in _g_get_unix_mounts() local
523 mount_options = mnt_fs_strdup_options (fs); in _g_get_unix_mounts()
524 if (mount_options) in _g_get_unix_mounts()
526 … mnt_optstr_get_flags (mount_options, &mount_flags, mnt_get_builtin_optmap (MNT_LINUX_MAP)); in _g_get_unix_mounts()
527 g_free (mount_options); in _g_get_unix_mounts()
1031 char *mount_options = NULL; in _g_get_unix_mount_points() local
1043 mount_options = mnt_fs_strdup_options (fs); in _g_get_unix_mount_points()
1044 if (mount_options) in _g_get_unix_mount_points()
1049 … mnt_optstr_get_flags (mount_options, &mount_flags, mnt_get_builtin_optmap (MNT_LINUX_MAP)); in _g_get_unix_mount_points()
1050 …mnt_optstr_get_flags (mount_options, &userspace_flags, mnt_get_builtin_optmap (MNT_USERSPACE_MAP)); in _g_get_unix_mount_points()
1055 g_free (mount_options); in _g_get_unix_mount_points()
1064 (g_strstr_len (mount_options, -1, "user_xattr") == NULL)) || in _g_get_unix_mount_points()
1065 (g_strstr_len (mount_options, -1, "pamconsole") == NULL) || in _g_get_unix_mount_points()
1080 mount_options, in _g_get_unix_mount_points()
1084 if (mount_options) in _g_get_unix_mount_points()
1085 g_free (mount_options); in _g_get_unix_mount_points()