Searched refs:st_fs (Results 1 – 2 of 2) sorted by relevance
14 struct statfs st_fs; in valid_mountpoint() local16 if (statfs(mount, &st_fs) < 0) in valid_mountpoint()18 else if ((long)st_fs.f_type != magic) in valid_mountpoint()
78 struct statfs st_fs; in fs__valid_mount() local80 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()82 else if ((long)st_fs.f_type != magic) in fs__valid_mount()