#define __fsacl_sel(scope, type) (FSACL_##scope##type)
#define FSACL_u(r, w, x) \
(v__(__fsacl_sel(u, r)) | v__(__fsacl_sel(u, w)) | v__(__fsacl_sel(u, x)))
#define __fsacl_sel(scope, type) (FSACL_##scope##type)
#define FSACL_u(r, w, x) \
(v__(__fsacl_sel(u, r)) | v__(__fsacl_sel(u, w)) | v__(__fsacl_sel(u, x)))