X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_clnt.h;h=fb9628b364db5887be0f66de36b58056da4f42b1;hb=8e8ece46a861c84343256819eaec77e608ff9217;hp=093236905d9eb76a163ca8b20c3871f3049ff964;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/fs/xfs/xfs_clnt.h b/fs/xfs/xfs_clnt.h index 093236905..fb9628b36 100644 --- a/fs/xfs/xfs_clnt.h +++ b/fs/xfs/xfs_clnt.h @@ -64,6 +64,7 @@ struct xfs_mount_args { int sunit; /* stripe unit (BBs) */ int swidth; /* stripe width (BBs), multiple of sunit */ uchar_t iosizelog; /* log2 of the preferred I/O size */ + int ihashsize; /* inode hash table size (buckets) */ }; /* @@ -100,5 +101,8 @@ struct xfs_mount_args { #define XFSMNT_DMAPI 0x02000000 /* enable dmapi/xdsm */ #define XFSMNT_NOLOGFLUSH 0x04000000 /* Don't flush for log blocks */ #define XFSMNT_IDELETE 0x08000000 /* inode cluster delete */ +#define XFSMNT_SWALLOC 0x10000000 /* turn on stripe width + * allocation */ +#define XFSMNT_TAGXID 0x40000000 /* context xid tagging */ #endif /* __XFS_CLNT_H__ */