Searched refs:tfid (Results 1 – 4 of 4) sorted by relevance
642 struct tfid *tfid; in tmp_vget() local646 tfid = (struct tfid *)fidp; in tmp_vget()652 if (tp->tn_nodeid == tfid->tfid_ino) { in tmp_vget()658 if (tp->tn_gen != tfid->tfid_gen || tp->tn_nlink == 0) { in tmp_vget()
1735 struct tfid *tfid; in tmp_fid() local1737 if (fidp->fid_len < (sizeof (struct tfid) - sizeof (ushort_t))) { in tmp_fid()1738 fidp->fid_len = sizeof (struct tfid) - sizeof (ushort_t); in tmp_fid()1742 tfid = (struct tfid *)fidp; in tmp_fid()1743 bzero(tfid, sizeof (struct tfid)); in tmp_fid()1744 tfid->tfid_len = (int)sizeof (struct tfid) - sizeof (ushort_t); in tmp_fid()1746 tfid->tfid_ino = tp->tn_nodeid; in tmp_fid()1747 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()