#ifndef _UAPI_GENERIC_STATFS_H
#define _UAPI_GENERIC_STATFS_H

#include <linux/types.h>


/*
 * Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'.
 * Yes, they differ in signedness as well as size.
 * Special cases can override it for themselves -- except for S390x, which
 * is just a little too special for us. And MIPS, which I'm not touching
 * with a 10' pole.
 */
#ifndef __statfs_word
#if __BITS_PER_LONG == 64
#define __statfs_word __kernel_long_t
#else
#define __statfs_word __u32
#endif
#endif

struct statfs {
	__statfs_word f_type;
	__statfs_word f_bsize;
	__statfs_word f_blocks;
	__statfs_word f_bfree;
	__statfs_word f_bavail;
	__statfs_word f_files;
	__statfs_word f_ffree;
	__kernel_fsid_t f_fsid;
	__statfs_word f_namelen;
	__statfs_word f_frsize;
	__statfs_word f_flags;
	__statfs_word f_spare[4];
};

/*
 * ARM needs to avoid the 32-bit padding at the end, for consistency
 * between EABI and OABI 
 */
#ifndef ARCH_PACK_STATFS64
#define ARCH_PACK_STATFS64
#endif

struct statfs64 {
	__statfs_word f_type;
	__statfs_word f_bsize;
	__u64 f_blocks;
	__u64 f_bfree;
	__u64 f_bavail;
	__u64 f_files;
	__u64 f_ffree;
	__kernel_fsid_t f_fsid;
	__statfs_word f_namelen;
	__statfs_word f_frsize;
	__statfs_word f_flags;
	__statfs_word f_spare[4];
} ARCH_PACK_STATFS64;

/* 
 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
 * to be compatible with the i386 ABI
 */
#ifndef ARCH_PACK_COMPAT_STATFS64
#define ARCH_PACK_COMPAT_STATFS64
#endif

struct compat_statfs64 {
	__u32 f_type;
	__u32 f_bsize;
	__u64 f_blocks;
	__u64 f_bfree;
	__u64 f_bavail;
	__u64 f_files;
	__u64 f_ffree;
	__kernel_fsid_t f_fsid;
	__u32 f_namelen;
	__u32 f_frsize;
	__u32 f_flags;
	__u32 f_spare[4];
} ARCH_PACK_COMPAT_STATFS64;

#endif /* _UAPI_GENERIC_STATFS_H */
linux/net-next.git/log/drivers/usb/phy/phy-omap-otg.c'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/drivers/usb/phy/phy-omap-otg.c?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/drivers/usb/phy/phy-omap-otg.c?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb'>commit</a><a class='active' href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/phy/phy-omap-otg.c?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/drivers/usb/phy/phy-omap-otg.c'>
<input type='hidden' name='id' value='cd44691f7177b2c1e1509d1a17d9b198ebaa34eb'/><input type='hidden' name='id2' value='79c9089f97d37ffac88c3ddb6d359b2cf75058b7'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/diff/?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>root</a>/<a href='/cgit.cgi/linux/net-next.git/diff/drivers?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>drivers</a>/<a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>usb</a>/<a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/phy?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>phy</a>/<a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/phy/phy-omap-otg.c?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>phy-omap-otg.c</a></div><div class='content'><div class='cgit-panel'><b>diff options</b><form method='get'><input type='hidden' name='id' value='cd44691f7177b2c1e1509d1a17d9b198ebaa34eb'/><input type='hidden' name='id2' value='79c9089f97d37ffac88c3ddb6d359b2cf75058b7'/><table><tr><td colspan='2'/></tr><tr><td class='label'>context:</td><td class='ctrl'><select name='context' onchange='this.form.submit();'><option value='1'>1</option><option value='2'>2</option><option value='3' selected='selected'>3</option><option value='4'>4</option><option value='5'>5</option><option value='6'>6</option><option value='7'>7</option><option value='8'>8</option><option value='9'>9</option><option value='10'>10</option><option value='15'>15</option><option value='20'>20</option><option value='25'>25</option><option value='30'>30</option><option value='35'>35</option><option value='40'>40</option></select></td></tr><tr><td class='label'>space:</td><td class='ctrl'><select name='ignorews' onchange='this.form.submit();'><option value='0' selected='selected'>include</option><option value='1'>ignore</option></select></td></tr><tr><td class='label'>mode:</td><td class='ctrl'><select name='dt' onchange='this.form.submit();'><option value='0' selected='selected'>unified</option><option value='1'>ssdiff</option><option value='2'>stat only</option></select></td></tr><tr><td/><td class='ctrl'><noscript><input type='submit' value='reload'/></noscript></td></tr></table></form></div><div class='diffstat-header'><a href='/cgit.cgi/linux/net-next.git/diff/?id=cd44691f7177b2c1e1509d1a17d9b198ebaa34eb&amp;id2=79c9089f97d37ffac88c3ddb6d359b2cf75058b7'>Diffstat</a> (limited to 'drivers/usb/phy/phy-omap-otg.c')</div><table summary='diffstat' class='diffstat'>