Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dfilesystems.h39 int fs_in_group(const struct statfs *s, enum FilesystemGroups fs_group);
Dstat-util.c234 return fs_in_group(s, FILESYSTEM_SET_TEMPORARY); in is_temporary_fs()
238 return fs_in_group(s, FILESYSTEM_SET_NETWORK); in is_network_fs()
Dfilesystems.c30 int fs_in_group(const struct statfs *s, FilesystemGroups fs_group) { in fs_in_group() function