Lines Matching defs:fattr
407 entry->fattr->time_start = desc->timestamp;
408 entry->fattr->gencount = desc->gencount;
429 if (entry->fattr->fileid != nfsi->fileid)
493 if (!(entry->fattr->valid & NFS_ATTR_FATTR_FILEID))
495 if (!(entry->fattr->valid & NFS_ATTR_FATTR_FSID))
523 &entry->fattr->fsid))
529 status = nfs_refresh_inode(d_inode(dentry), entry->fattr);
531 nfs_setsecurity(d_inode(dentry), entry->fattr, entry->label);
545 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr, entry->label);
661 entry.fattr = nfs_alloc_fattr();
663 if (entry.fh == NULL || entry.fattr == NULL)
697 nfs_free_fattr(entry.fattr);
1290 struct nfs_fattr *fattr;
1297 fattr = nfs_alloc_fattr();
1299 if (fhandle == NULL || fattr == NULL || IS_ERR(label))
1303 ret = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr, label);
1319 if (nfs_refresh_inode(inode, fattr) < 0)
1322 nfs_setsecurity(inode, fattr, label);
1329 nfs_free_fattr(fattr);
1555 struct nfs_fattr *fattr = NULL;
1575 fattr = nfs_alloc_fattr();
1576 if (fhandle == NULL || fattr == NULL)
1585 error = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr, label);
1592 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label);
1612 nfs_free_fattr(fattr);
1856 struct nfs_fattr *fattr,
1868 error = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr, NULL);
1873 if (!(fattr->valid & NFS_ATTR_FATTR)) {
1876 fattr, NULL, NULL);
1880 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label);
1895 struct nfs_fattr *fattr,
1900 d = nfs_add_or_obtain(dentry, fhandle, fattr, label);