Searched refs:is_temporary_fs (Results 1 – 4 of 4) sorted by relevance
233 bool is_temporary_fs(const struct statfs *s) { in is_temporary_fs() function247 return is_temporary_fs(&s); in fd_is_temporary_fs()265 return is_temporary_fs(&s); in path_is_temporary_fs()
45 bool is_temporary_fs(const struct statfs *s) _pure_;
26 return !is_temporary_fs(sfs) && !is_cgroup_fs(sfs); in is_physical_fs()
314 if (is_temporary_fs(&sfs))