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.h824 struct nfs_fattr { struct
825 u_int32_t fa_type;
826 u_int32_t fa_mode;
827 u_int32_t fa_nlink;
828 u_int32_t fa_uid;
829 u_int32_t fa_gid;
830 union {
852 } fa_un;