Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tcpdump/dist/
H A Dnfs.h300 struct nfs_fattr { struct
301 nd_uint32_t fa_type;
302 nd_uint32_t fa_mode;
303 nd_uint32_t fa_nlink;
304 nd_uint32_t fa_uid;
305 nd_uint32_t fa_gid;
306 union {
328 } fa_un;
/netbsd-src/sys/nfs/
H A Dnfsproto.h305 * NB: You can't do sizeof(struct nfs_fattr), you must use the struct
308 struct nfs_fattr { argument
306 fa_typenfs_fattr global() argument
307 fa_modenfs_fattr global() argument
309 fa_uidnfs_fattr global() argument
310 fa_gidnfs_fattr global() argument
311 __anon0c0c1c2d020anfs_fattr global() argument
333 fa_unnfs_fattr global() argument
/netbsd-src/sys/fs/nfs/common/
H A Doldnfsproto.h449 struct nfs_fattr { struct
450 u_int32_t fa_type;
451 u_int32_t fa_mode;
452 u_int32_t fa_nlink;
453 u_int32_t fa_uid;
454 u_int32_t fa_gid;
455 union {
477 } fa_un;
H A Dnfsproto.h715 struct nfs_fattr { struct
716 u_int32_t fa_type;
717 u_int32_t fa_mode;
718 u_int32_t fa_nlink;
719 u_int32_t fa_uid;
720 u_int32_t fa_gid;
721 union {
743 } fa_un;