INO_T_VAL         388 source3/include/includes.h #define INO_T_VAL(p, ofs) ((SMB_INO_T)(((uint64_t)(IVAL(p,ofs)))| (((uint64_t)(IVAL(p,(ofs)+4))) << 32)))
INO_T_VAL         391 source3/include/includes.h #define INO_T_VAL(p, ofs) ((SMB_INO_T)(IVAL((p),(ofs))))