Searched refs:st_fs (Results 1 – 2 of 2) sorted by relevance
16 struct statfs st_fs; in sysfs_valid_mountpoint() local18 if (statfs(sysfs, &st_fs) < 0) in sysfs_valid_mountpoint()20 else if (st_fs.f_type != (long) SYSFS_MAGIC) in sysfs_valid_mountpoint()
66 struct statfs st_fs; in debugfs_valid_mountpoint() local68 if (statfs(debugfs, &st_fs) < 0) in debugfs_valid_mountpoint()70 else if (st_fs.f_type != (long) DEBUGFS_MAGIC) in debugfs_valid_mountpoint()