Lines Matching refs:fileid
72 return nfs_fileid_to_ino_t(fattr->fileid);
91 * @fileid: 64-bit fileid
96 u64 nfs_compat_user_ino64(u64 fileid)
105 return fileid;
106 ino = fileid;
107 if (sizeof(ino) < sizeof(fileid))
108 ino ^= fileid >> (sizeof(fileid)-sizeof(ino)) * 8;
337 if (NFS_FILEID(inode) != fattr->fileid)
354 set_nfs_fileid(inode, fattr->fileid);
422 /* Search for inode identified by fh, fileid and i_mode in inode cache. */
461 fattr->fileid = fattr->mounted_on_fileid;
1448 /* Only a mounted-on-fileid? Just exit */
1452 } else if (nfsi->fileid != fattr->fileid) {
1453 /* Is this perhaps the mounted-on fileid? */
1455 nfsi->fileid == fattr->mounted_on_fileid)
1854 /* Only a mounted-on-fileid? Just exit */
1858 } else if (nfsi->fileid != fattr->fileid) {
1859 /* Is this perhaps the mounted-on fileid? */
1861 nfsi->fileid == fattr->mounted_on_fileid)
1863 printk(KERN_ERR "NFS: server %s error: fileid changed\n"
1864 "fsid %s: expected fileid 0x%Lx, got 0x%Lx\n",
1866 inode->i_sb->s_id, (long long)nfsi->fileid,
1867 (long long)fattr->fileid);