mode_set
#define mode_set(r) ((iattr->ia_mode & (S_##r)) ? SHFL_UNIX_##r : 0)
#undef mode_set
#define mode_set(r) ((attr->mode & (SHFL_UNIX_##r)) ? (S_##r) : 0)
#undef mode_set
static inline int mode_set(const char *val, const struct kernel_param *kp)