Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-mount-util.c86 r = mount_flags_to_string(flags, &x); in test_mount_flags_to_string_one()
92 TEST(mount_flags_to_string) { in TEST() argument
/systemd-251/src/shared/
Dmount-util.h97 int mount_flags_to_string(unsigned long flags, char **ret);
Dmount-util.c594 int mount_flags_to_string(unsigned long flags, char **ret) { in mount_flags_to_string() function
663 (void) mount_flags_to_string(f, &fl); in mount_verbose_full()