Searched refs:statfs_buf (Results 1 – 2 of 2) sorted by relevance
108 struct statfs statfs_buf; in is_on_tmpfs() local110 if (fstatfs(fd, &statfs_buf)) in is_on_tmpfs()113 return statfs_buf.f_type == TMPFS_MAGIC; in is_on_tmpfs()
181 struct statfs statfs_buf; in cwd_matches_fs() local186 if (statfs(".", &statfs_buf)) in cwd_matches_fs()189 return statfs_buf.f_type == fs_magic; in cwd_matches_fs()