Home
last modified time | relevance | path

Searched refs:tfid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c674 struct tfid *tfid; in tmp_vget() local
678 tfid = (struct tfid *)fidp; in tmp_vget()
684 if (tp->tn_nodeid == tfid->tfid_ino) { in tmp_vget()
690 if (tp->tn_gen != tfid->tfid_gen || tp->tn_nlink == 0) { in tmp_vget()
H A Dtmp_vnops.c1750 struct tfid *tfid; in tmp_fid() local
1752 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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h143 struct tfid { struct
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c1692 struct file_id *tfid; in ud_dirprepareentry() local
1694 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()