Searched refs:fd_is_mount_point (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dmount-util.h32 int fd_is_mount_point(int fd, const char *filename, int flags);
H A Drm-rf.c118 r = fd_is_mount_point(fd, de->d_name, 0);
H A Dmount-util.c79 int fd_is_mount_point(int fd, const char *filename, int flags) { function
218 * fd_is_mount_point() to do that for us; if we have a structure like
237 return fd_is_mount_point(fd, basename(t), flags);
/systemd/src/test/
H A Dtest-path-util.c82 assert_se(fd_is_mount_point(fd, "/", 0) > 0);

Completed in 1435 milliseconds