Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/api/fs/
Dfindfs.c14 struct statfs st_fs; in valid_mountpoint() local
16 if (statfs(mount, &st_fs) < 0) in valid_mountpoint()
18 else if ((long)st_fs.f_type != magic) in valid_mountpoint()
Dfs.c78 struct statfs st_fs; in fs__valid_mount() local
80 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()
82 else if ((long)st_fs.f_type != magic) in fs__valid_mount()