NASID_LOCAL_BITS
#define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS)
#define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l))