xref: /aosp_15_r20/external/ltp/testcases/kernel/fs/fsstress/xfscompat.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 #define MAXNAMELEN 1024
2 struct dioattr {
3 	int d_miniosz, d_maxiosz, d_mem;
4 };
5 
6 #define MIN(a,b) ((a)<(b) ? (a):(b))
7 #define MAX(a,b) ((a)>(b) ? (a):(b))
8