Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dctfs_impl.h64 #define CTFS_INO_CT(ctid, file) \ macro
68 #define CTFS_INO_CT_DIR(ctid) CTFS_INO_CT((ctid), 0)
69 #define CTFS_INO_CT_LINK(ctid) CTFS_INO_CT((ctid), 1)
70 #define CTFS_INO_CT_FILE(ctid, file) CTFS_INO_CT((ctid), (file) + 2)