Searched defs:nfs4_ntov_map (Results 1 – 2 of 2) sorted by relevance
1144 struct nfs4_ntov_map { struct1145 bitmap4 fbit; /* FATTR4_XXX_MASKY */1146 uint_t vbit; /* AT_XXX */1147 bool_t vfsstat;1148 bool_t mandatory; /* attribute mandatory to implement? */1149 uint_t nval;1150 int xdr_size; /* Size of XDR'd attr */1151 xdrproc_t xfunc;1152 int (*sv_getit)(nfs4_attr_cmd_t, struct nfs4_svgetit_arg *,1154 char *prtstr; /* string attr for printing */
547 struct nfs4_ntov_map nfs4_ntov_map[] = { variable