Searched defs:nfsv3_fattr (Results 1 – 1 of 1) sorted by relevance
59 struct nfsv3_fattr { struct60 n_long fa_type;61 n_long fa_mode;62 n_long fa_nlink;63 n_long fa_uid;64 n_long fa_gid;65 n_long fa_size[2]; /* nfsuint64 */66 n_long fa_used[2]; /* nfsuint64 */67 struct nfsv3_spec fa_rdev;68 n_long fa_fsid[2]; /* nfsuint64 */[all …]