Home
last modified time | relevance | path

Searched refs:pcfid_ctime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h50 uint16_t pcfid_ctime; /* creation time of entry (~= i_gen) */ member
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2430 pcfid->pcfid_ctime = 0; in pcfs_fid()
2434 pcfid->pcfid_ctime = pcp->pc_entry.pcd_crtime.pct_time; in pcfs_fid()
H A Dpc_vfsops.c1283 if ((ep->pcd_crtime.pct_time == pcfid->pcfid_ctime) && in pcfs_vget()