Home
last modified time | relevance | path

Searched refs:st_fs (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.c9021 struct statfs st_fs; in check_path() local
9033 if (statfs(dir, &st_fs)) { in check_path()
9039 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()