iPXE
Data Fields
nfs_fh Struct Reference

A NFS file handle. More...

#include <nfs.h>

Data Fields

uint8_t fh [64]
 
size_t size
 

Detailed Description

A NFS file handle.

Definition at line 74 of file nfs.h.

Field Documentation

◆ fh

uint8_t nfs_fh::fh[64]

Definition at line 75 of file nfs.h.

Referenced by nfs_iob_add_fh(), nfs_iob_get_fh(), nfs_lookup(), nfs_read(), and nfs_readlink().

◆ size

size_t nfs_fh::size

Definition at line 76 of file nfs.h.

Referenced by nfs_iob_add_fh(), nfs_iob_get_fh(), nfs_lookup(), nfs_read(), and nfs_readlink().


The documentation for this struct was generated from the following file: