Searched defs:nfs4_ntov_map (Results 1 – 2 of 2) sorted by relevance
1304 struct nfs4_ntov_map { struct1305 bitmap4 fbit; /* FATTR4_XXX_MASKY */1306 uint_t vbit; /* AT_XXX */1307 bool_t vfsstat;1308 bool_t mandatory; /* attribute mandatory to implement? */1309 uint_t nval;1310 int xdr_size; /* Size of XDR'd attr */1311 xdrproc_t xfunc;1312 int (*sv_getit)(nfs4_attr_cmd_t, struct nfs4_svgetit_arg *,1314 char *prtstr; /* string attr for printing */
547 struct nfs4_ntov_map nfs4_ntov_map[] = { variable