Lines Matching refs:ino
380 p = xdr_encode_hyper(p, stat->ino);
984 const char *name, int namlen, u64 ino)
1012 if (dchild->d_inode->i_ino != ino)
1041 int namlen, loff_t offset, u64 ino)
1049 if (xdr_stream_encode_u64(xdr, ino) < 0)
1068 * @ino: the fileid of this entry
1081 loff_t offset, u64 ino, unsigned int d_type)
1092 if (!svcxdr_encode_entry3_common(resp, name, namlen, offset, ino))
1108 int namlen, u64 ino)
1116 if (compose_entry_fh(resp, fhp, name, namlen, ino) != nfs_ok)
1143 * @ino: the fileid of this entry
1156 loff_t offset, u64 ino, unsigned int d_type)
1167 if (!svcxdr_encode_entry3_common(resp, name, namlen, offset, ino))
1169 if (!svcxdr_encode_entry3_plus(resp, name, namlen, ino))