xref: /third_party/ltp/testcases/kernel/fs/fsstress/xfscompat.h (revision f08c3bdf)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/fs/fsstress/
1f08c3bdfSopenharmony_ci#define MAXNAMELEN 1024
2f08c3bdfSopenharmony_cistruct dioattr {
3f08c3bdfSopenharmony_ci	int d_miniosz, d_maxiosz, d_mem;
4f08c3bdfSopenharmony_ci};
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ci#define MIN(a,b) ((a)<(b) ? (a):(b))
7f08c3bdfSopenharmony_ci#define MAX(a,b) ((a)>(b) ? (a):(b))
8

Indexes created Thu Nov 07 10:32:03 CST 2024