#ifndef _LINUX_STATFS_H
#define _LINUX_STATFS_H
#include <linux/types.h>
#include <asm/statfs.h>
#include <asm/byteorder.h>
struct kstatfs { … };
#define ST_RDONLY …
#define ST_NOSUID …
#define ST_NODEV …
#define ST_NOEXEC …
#define ST_SYNCHRONOUS …
#define ST_VALID …
#define ST_MANDLOCK …
#define ST_NOATIME …
#define ST_NODIRATIME …
#define ST_RELATIME …
#define ST_NOSYMFOLLOW …
struct dentry;
extern int vfs_get_fsid(struct dentry *dentry, __kernel_fsid_t *fsid);
static inline __kernel_fsid_t u64_to_fsid(u64 v)
{ … }
static inline __kernel_fsid_t uuid_to_fsid(__u8 *uuid)
{ … }
#endif