Home
last modified time | relevance | path

Searched defs:nfs_fattr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dnfs.h304 struct nfs_fattr { struct
305 nd_uint32_t fa_type;
306 nd_uint32_t fa_mode;
307 nd_uint32_t fa_nlink;
308 nd_uint32_t fa_uid;
309 nd_uint32_t fa_gid;
310 union {
332 } fa_un;
/freebsd/sys/nfs/
H A Dnfsproto.h444 struct nfs_fattr { struct
445 u_int32_t fa_type;
446 u_int32_t fa_mode;
447 u_int32_t fa_nlink;
448 u_int32_t fa_uid;
449 u_int32_t fa_gid;
450 union {
472 } fa_un;
/freebsd/sys/fs/nfs/
H A Dnfsproto.h835 struct nfs_fattr { struct
836 u_int32_t fa_type;
837 u_int32_t fa_mode;
838 u_int32_t fa_nlink;
839 u_int32_t fa_uid;
840 u_int32_t fa_gid;
841 union {
863 } fa_un;