Searched refs:st_fs (Results 1 – 1 of 1) sorted by relevance
514 struct statfs st_fs; in bpf_valid_mntpt() local516 if (statfs(mnt, &st_fs) < 0) in bpf_valid_mntpt()518 if ((unsigned long)st_fs.f_type != magic) in bpf_valid_mntpt()