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