Searched defs:tfid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h82 int tn_gen; /* pseudo gen number for tfid */
141 * tfid overlays the fid structure (for VFS_VGET)
143 struct tfid { struct
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c658 struct tfid *tfid; local
662 tfid = (struct tfid *)fidp;
668 if (tp->tn_nodeid == tfid->tfid_ino) {
674 if (tp->tn_gen != tfid->tfid_gen || tp->tn_nlink == 0) {
H A Dtmp_vnops.c1752 struct tfid *tfid; local
1754 if (fidp->fid_len < (sizeof (struct tfid) - sizeof (ushort_t))) {
1755 fidp->fid_len = sizeof (struct tfid) - sizeof (ushort_t);
1759 tfid = (struct tfid *)fidp;
1760 bzero(tfid, sizeof (struct tfid));
1761 tfid->tfid_len = (int)sizeof (struct tfid)
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c1692 struct file_id *tfid; local
1694 tfid = (struct file_id *)
1697 ud_make_tag(dp->i_udf, &tfid->fid_tag,
1699 FID_LEN(tfid));
1701 off += FID_LEN(tfid);

Completed in 52 milliseconds