nfstov_mode
#define nfstov_mode(a) (fxdr_unsigned(u_int16_t, (a))&07777)
#define nfstov_mode(a) (fxdr_unsigned(u_int32_t, (a)) & ALLPERMS)