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

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

Completed in 91 milliseconds