Lines Matching refs:fi3
731 * On success, the caller expects that the info3, fi3 and entries_read
738 struct mslm_NetFileInfoBuf3 *fi3;
754 fi3 = NDR_NEWN(mxa, struct mslm_NetFileInfoBuf3, se->se_nlimit);
755 if (fi3 == NULL)
757 } while ((se->se_nlimit > 0) && (fi3 == NULL));
759 if (fi3 == NULL)
762 param->info.ru.info3->fi3 = fi3;
775 fi3->fi3_id = ofile->fi_uniqid;
776 fi3->fi3_permissions = ofile->fi_permissions;
777 fi3->fi3_num_locks = ofile->fi_numlocks;
778 fi3->fi3_pathname = (uint8_t *)
780 fi3->fi3_username = (uint8_t *)
784 ++fi3;