Lines Matching refs:fattr
87 res.fattr = nfs_alloc_fattr();
88 if (res.fattr == NULL)
105 status = nfs_refresh_inode(inode, res.fattr);
140 nfs_free_fattr(res.fattr);
154 nfs_free_fattr(res.fattr);
162 struct nfs_fattr *fattr;
172 .rpc_resp = &fattr,
211 fattr = nfs_alloc_fattr();
212 if (fattr == NULL)
216 msg.rpc_resp = fattr;
224 status = nfs_refresh_inode(inode, fattr);
235 nfs_free_fattr(fattr);