Home
last modified time | relevance | path

Searched refs:mount_id (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dmountpoint-util.c178 int mount_id = -1, mount_id_parent = -1; in fd_is_mount_point() local
224 r = name_to_handle_at_loop(fd, filename, &h, &mount_id, flags); in fd_is_mount_point()
265 return mount_id != mount_id_parent; in fd_is_mount_point()
268 r = fd_fdinfo_mnt_id(fd, filename, flags, &mount_id); in fd_is_mount_point()
278 if (mount_id != mount_id_parent) in fd_is_mount_point()
446 int mount_id, r; in dev_is_devtmpfs() local
449 r = path_get_mnt_id("/dev", &mount_id); in dev_is_devtmpfs()
470 if (mid != mount_id) in dev_is_devtmpfs()