Lines Matching refs:f_attr
1326 p->o_res.f_attr = &p->f_attr;
1332 nfs_fattr_init(&p->f_attr);
1333 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
1464 nfs_fattr_free_names(&p->f_attr);
1465 kfree(p->f_attr.mdsthreshold);
1984 ret = nfs_refresh_inode(inode, &data->f_attr);
2008 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
2011 &data->f_attr, data->f_label);
2016 nfs_refresh_inode(inode, &data->f_attr);
2495 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
2496 switch (data->o_res.f_attr->mode & S_IFMT) {
2604 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2680 nfs_fattr_map_and_free_names(server, &data->f_attr);
2690 o_res->f_attr->time_start,
2700 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) {
2702 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr,
3161 if (!opendata->f_attr.mdsthreshold) {
3162 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
3163 if (!opendata->f_attr.mdsthreshold)
3187 nfs_fattr_init(opendata->o_res.f_attr);
3189 opendata->o_res.f_attr, sattr,
3193 opendata->o_res.f_attr);
3194 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
3202 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
3203 *ctx_th = opendata->f_attr.mdsthreshold;
3204 opendata->f_attr.mdsthreshold = NULL;