typedef struct _OS_FS_INFO_
{
int fsuid;
kuid_t fsuid;
int fsgid;
kgid_t fsgid;
mm_segment_t fs;
} OS_FS_INFO;