Lines Matching refs:f_attr
1342 p->o_res.f_attr = &p->f_attr;
1347 nfs_fattr_init(&p->f_attr);
1348 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
1368 p->f_attr.label = nfs4_label_alloc(server, gfp_mask);
1369 if (IS_ERR(p->f_attr.label))
1442 nfs4_label_free(p->f_attr.label);
1464 nfs4_label_free(p->f_attr.label);
1469 nfs_fattr_free_names(&p->f_attr);
1470 kfree(p->f_attr.mdsthreshold);
1989 ret = nfs_refresh_inode(inode, &data->f_attr);
2013 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
2016 &data->f_attr);
2021 nfs_refresh_inode(inode, &data->f_attr);
2505 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
2506 switch (data->o_res.f_attr->mode & S_IFMT) {
2617 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2687 nfs_fattr_map_and_free_names(server, &data->f_attr);
2697 o_res->f_attr->time_start,
2707 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) {
2713 nfs4_proc_getattr(server, fh, o_res->f_attr, NULL);
3163 if (!opendata->f_attr.mdsthreshold) {
3164 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
3165 if (!opendata->f_attr.mdsthreshold)
3189 nfs_fattr_init(opendata->o_res.f_attr);
3191 opendata->o_res.f_attr, sattr,
3195 opendata->o_res.f_attr);
3196 nfs_setsecurity(state->inode, opendata->o_res.f_attr);
3204 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
3205 *ctx_th = opendata->f_attr.mdsthreshold;
3206 opendata->f_attr.mdsthreshold = NULL;