Searched refs:is_mounted (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dmount.h65 bool is_mounted:1; member in struct:Mount
H A Dmount.c1452 MOUNT(u)->is_mounted = true;
1675 mount->is_mounted = mount->just_mounted = mount->just_changed = false;
1686 if (!mount->is_mounted) {
1745 if (mount->is_mounted &&
1755 mount->is_mounted = mount->just_mounted = mount->just_changed = false;
/systemd/src/udev/cdrom_id/
H A Dcdrom_id.c102 static bool is_mounted(const char *device) function
920 fd = open(node, O_RDONLY|O_NONBLOCK|O_CLOEXEC|(is_mounted(node) ? 0 : O_EXCL));

Completed in 18 milliseconds