Searched refs:st_fs (Results 1 – 3 of 3) sorted by relevance
166 struct statfs st_fs; in fs__valid_mount() local168 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()170 else if ((long)st_fs.f_type != magic) in fs__valid_mount()
94 struct statfs st_fs; in is_bpffs() local96 if (statfs(path, &st_fs) < 0) in is_bpffs()99 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
1644 struct statfs st_fs; in check_path() local1656 if (statfs(dir, &st_fs)) { in check_path()1663 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()