Searched refs:tfid (Results 1 – 4 of 4) sorted by relevance
675 struct tfid *tfid; in tmp_vget() local679 tfid = (struct tfid *)fidp; in tmp_vget()685 if (tp->tn_nodeid == tfid->tfid_ino) { in tmp_vget()691 if (tp->tn_gen != tfid->tfid_gen || tp->tn_nlink == 0) { in tmp_vget()
1750 struct tfid *tfid; in tmp_fid() local1752 if (fidp->fid_len < (sizeof (struct tfid) - sizeof (ushort_t))) { in tmp_fid()1753 fidp->fid_len = sizeof (struct tfid) - sizeof (ushort_t); in tmp_fid()1757 tfid = (struct tfid *)fidp; in tmp_fid()1758 bzero(tfid, sizeof (struct tfid)); in tmp_fid()1759 tfid->tfid_len = (int)sizeof (struct tfid) - sizeof (ushort_t); in tmp_fid()1761 tfid->tfid_ino = tp->tn_nodeid; in tmp_fid()1762 tfid->tfid_gen = tp->tn_gen; in tmp_fid()
143 struct tfid { struct
1692 struct file_id *tfid; in ud_dirprepareentry() local1694 tfid = (struct file_id *) in ud_dirprepareentry()1697 ud_make_tag(dp->i_udf, &tfid->fid_tag, in ud_dirprepareentry()1699 FID_LEN(tfid)); in ud_dirprepareentry()1701 off += FID_LEN(tfid); in ud_dirprepareentry()