Home
last modified time | relevance | path

Searched refs:CTFS_INO_CT_LINK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_all.c113 *inop = CTFS_INO_CT_LINK(ct->ct_id); in ctfs_adir_do_lookup()
138 odp->d_ino = CTFS_INO_CT_LINK(next); in ctfs_adir_do_readdir()
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h67 #define CTFS_INO_CT_LINK(ctid) CTFS_INO_CT((ctid), 1) macro