Searched defs:st_fs (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dtc_bpf.c292 struct statfs st_fs; local
294 if (statfs(mnt, &st_fs) < 0)
296 if ((unsigned long)st_fs.f_type != magic)

Completed in 546 milliseconds