Searched defs:is_fs_type (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dstat-util.c180 bool is_fs_type(const struct statfs *s, statfs_f_type_t magic_value) { function
193 return is_fs_type(&s, magic_value);
207 return is_fs_type(s, TMPFS_MAGIC) ||
208 is_fs_type(s, RAMFS_MAGIC);

Completed in 27 milliseconds