Lines Matching refs:mount
1983 Mount *mount = MOUNT(u); in mount_process_proc_self_mountinfo() local
1985 if (!mount_is_mounted(mount)) { in mount_process_proc_self_mountinfo()
1991 if (mount->from_proc_self_mountinfo && in mount_process_proc_self_mountinfo()
1992 mount->parameters_proc_self_mountinfo.what) { in mount_process_proc_self_mountinfo()
1996 … set_put_strdup(&gone, mount->parameters_proc_self_mountinfo.what) < 0) in mount_process_proc_self_mountinfo()
2000 mount->from_proc_self_mountinfo = false; in mount_process_proc_self_mountinfo()
2001 … assert_se(update_parameters_proc_self_mountinfo(mount, NULL, NULL, NULL) >= 0); in mount_process_proc_self_mountinfo()
2003 switch (mount->state) { in mount_process_proc_self_mountinfo()
2007 mount_enter_dead(mount, MOUNT_SUCCESS); in mount_process_proc_self_mountinfo()
2016 mount_set_state(mount, MOUNT_MOUNTING); in mount_process_proc_self_mountinfo()
2023 } else if (mount->proc_flags & (MOUNT_PROC_JUST_MOUNTED|MOUNT_PROC_JUST_CHANGED)) { in mount_process_proc_self_mountinfo()
2027 switch (mount->state) { in mount_process_proc_self_mountinfo()
2035 mount_cycle_clear(mount); in mount_process_proc_self_mountinfo()
2036 mount_enter_mounted(mount, MOUNT_SUCCESS); in mount_process_proc_self_mountinfo()
2040 mount_set_state(mount, MOUNT_MOUNTING_DONE); in mount_process_proc_self_mountinfo()
2049 mount_set_state(mount, mount->state); in mount_process_proc_self_mountinfo()
2054 if (mount_is_mounted(mount) && in mount_process_proc_self_mountinfo()
2055 mount->from_proc_self_mountinfo && in mount_process_proc_self_mountinfo()
2056 mount->parameters_proc_self_mountinfo.what) { in mount_process_proc_self_mountinfo()
2060 set_put_strdup(&around, mount->parameters_proc_self_mountinfo.what) < 0) in mount_process_proc_self_mountinfo()
2065 mount->proc_flags = 0; in mount_process_proc_self_mountinfo()