Lines Matching refs:fi3
712 * On success, the caller expects that the info3, fi3 and entries_read
719 struct mslm_NetFileInfoBuf3 *fi3;
735 fi3 = NDR_NEWN(mxa, struct mslm_NetFileInfoBuf3, se->se_nlimit);
736 if (fi3 == NULL)
738 } while ((se->se_nlimit > 0) && (fi3 == NULL));
740 if (fi3 == NULL)
743 param->info.ru.info3->fi3 = fi3;
756 fi3->fi3_id = ofile->fi_uniqid;
757 fi3->fi3_permissions = ofile->fi_permissions;
758 fi3->fi3_num_locks = ofile->fi_numlocks;
759 fi3->fi3_pathname = (uint8_t *)
761 fi3->fi3_username = (uint8_t *)
765 ++fi3;