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

/opensolaris-onvv-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c92 contract_type_count(ct_types[gfs_file_index(vp)]);
95 contract_type_time(ct_types[gfs_file_index(vp)], &vap->va_atime);
105 return (CTFS_INO_TYPE_FILE(gfs_file_index(vp), index));
115 ct_type_t *ty = ct_types[gfs_file_index(vp)];
148 ct = contract_type_ptr(ct_types[gfs_file_index(vp)], i,
H A Dctfs_tmpl.c60 ASSERT(gfs_file_index(pvp) < ct_ntypes);
65 ct_types[gfs_file_index(pvp)]->ct_type_default();
H A Dctfs_event.c356 contract_type_pbundle(ct_types[gfs_file_index(pvp)], curproc);
376 contract_type_bundle(ct_types[gfs_file_index(pvp)]);
436 vap->va_nodeid = gfs_file_index(vp);
H A Dctfs_latest.c71 gfs_file_index(gfs_file_parent(vp))];
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dgfs.h122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index) macro

Completed in 135 milliseconds