Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c252 dirent = kmem_zalloc((ct_ntypes + 2) * sizeof (gfs_dirent_t), KM_SLEEP); in ctfs_mount()
253 for (i = 0; i < ct_ntypes; i++) { in ctfs_mount()
270 kmem_free(dirent, (ct_ntypes + 2) * sizeof (gfs_dirent_t)); in ctfs_mount()
348 for (i = 0, total = 0; i < ct_ntypes; i++) in ctfs_statvfs()
493 vap->va_nlink = 2 + ct_ntypes + 1; in ctfs_root_getattr()
H A Dctfs_all.c84 for (i = 0, total = 0; i < ct_ntypes; i++) in ctfs_adir_getattr()
H A Dctfs_tmpl.c60 ASSERT(gfs_file_index(pvp) < ct_ntypes); in ctfs_create_tmplnode()
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h379 extern int ct_ntypes;
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c830 for (i = 0; i < ct_ntypes; i++) { in lwp_ctmpl_copy()
845 for (i = 0; i < ct_ntypes; i++) { in lwp_ctmpl_clear()
H A Dcontract.c196 int ct_ntypes = CTT_MAXTYPE; variable
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3264 vap->va_size = (ct_ntypes + 2) * PRSDSIZE; in prgetattr()
4625 for (i = 0; i < ct_ntypes; i++) in pr_lookup_tmpldir()
4628 if (i == ct_ntypes) in pr_lookup_tmpldir()
5861 while (n < ct_ntypes && in pr_readdir_tmpldir()
5867 if (n >= ct_ntypes) { in pr_readdir_tmpldir()
5875 ASSERT(ct_ntypes <= 4); in pr_readdir_tmpldir()