Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dnfs_xdr.h30 struct nfs_fattr { struct
31 unsigned short valid; /* which fields are valid */
32 __u64 pre_size; /* pre_op_attr.size */
33 struct timespec pre_mtime; /* pre_op_attr.mtime */
34 struct timespec pre_ctime; /* pre_op_attr.ctime */
35 enum nfs_ftype type; /* always use NFSv2 types */
36 __u32 mode;
37 __u32 nlink;
38 __u32 uid;
39 __u32 gid;
[all …]
/external/tcpdump/
Dnfs.h322 struct nfs_fattr { struct
323 u_int32_t fa_type;
324 u_int32_t fa_mode;
325 u_int32_t fa_nlink;
326 u_int32_t fa_uid;
327 u_int32_t fa_gid;
328 union {
350 } fa_un;