Home | History | Annotate | Download | only in nfs_fsstress
      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