|
��������
����������� �������� � NFS
���������
nfs_svc(tep, addr, tsdu, buf) int tep; int addr; int tsdu; char *buf; async_daemon() <PrevPg>.ft B
��������
��������� ���� ���� ��������� �������� �������� ���� �����
����� ���������������� ��������.
������� nfs_svc ��������� ������� ���������� ������� �������� �������, ��������� ������ �� ������������ ����� tep. ���� ������������ ����� ������ ������ � �������� ������������, ������������ �������� t_open(): AF_INET (� ������������ 4.2BSD) ��� SOCK_DGRAM (�������� UDP/IP), ��� ������������ ������� ������������� ��������� ��������� ����. � ������ ������� ������������ ����� ������ ���� ������ � ������ ����������� �������������� 2049. Addr - ������������ ������ ���������� ������, ��������������� ������������ ����������. Buf - ����� ������, �������� ������ NFS_MAXDATA (������ 8192 �����), ������ �������� ����������������� ������. ���� ����� ������������ � ��������� �������� ������� ���������� getdents(3). ������� ���������� ���������� ������ ����� �������� �������� �� �������.
������� async_daemon ������������� �������� ��������, ������������� ���������� ����������� ������������ �����-������ ��� ������� ������� �������� �������. ���������� ����� ��� ������ �� ����������.
|