Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c90 contract_type_count(ct_types[gfs_file_index(vp)]); in ctfs_tdir_getattr()
93 contract_type_time(ct_types[gfs_file_index(vp)], &vap->va_atime); in ctfs_tdir_getattr()
103 return (CTFS_INO_TYPE_FILE(gfs_file_index(vp), index)); in ctfs_tdir_do_inode()
113 ct_type_t *ty = ct_types[gfs_file_index(vp)]; in ctfs_tdir_do_readdir()
146 ct = contract_type_ptr(ct_types[gfs_file_index(vp)], i, in ctfs_tdir_do_lookup()
H A Dctfs_tmpl.c60 ASSERT(gfs_file_index(pvp) < ct_ntypes); in ctfs_create_tmplnode()
65 ct_types[gfs_file_index(pvp)]->ct_type_default(); in ctfs_create_tmplnode()
H A Dctfs_event.c355 contract_type_pbundle(ct_types[gfs_file_index(pvp)], curproc); in ctfs_create_pbundle()
375 contract_type_bundle(ct_types[gfs_file_index(pvp)]); in ctfs_create_bundle()
435 vap->va_nodeid = gfs_file_index(vp); in ctfs_bu_getattr()
H A Dctfs_latest.c69 gfs_file_index(gfs_file_parent(vp))]; in ctfs_latest_nested_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dgfs.h122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index) macro