Lines Matching defs:length
218 #define DIRENT_NFS_MAXHANDLE 64 /* Maximum length of an NFSv3 file handle */
425 uint32_t length;
432 struct file_handle fhandle; /* Variable length */
433 uint32_t length; /* Size of name[] */
434 uint32_t name[(NAME_MAX + 3) >> 2]; /* Variable length */
447 struct file_handle fhandle; /* Variable length */
461 uint32_t name[(NAME_MAX + 3) >> 2]; /* Variable length */
466 struct file_handle dirhandle; /* Variable length */
467 struct LOOKUP3filename name; /* Variable length */
472 struct file_handle fhandle; /* Variable length */
473 struct nfsv3_sattr new_attributes; /* Variable length */
498 struct file_handle fhandle; /* Variable length */
509 uint32_t length; /* Length of data (same as count?) */
521 struct file_handle fhandle; /* Variable length */
573 struct file_handle fhandle; /* Variable length */
595 struct file_handle dir; /* Variable length */
601 /* The READDIR reply is variable length and consists of multiple entries, each
607 * Name length (4 bytes)
619 uint32_t reply[1]; /* Variable length reply begins here */