Searched refs:gfs_file_index (Results 1 – 5 of 5) sorted by relevance
92 contract_type_count(ct_types[gfs_file_index(vp)]); in ctfs_tdir_getattr()95 contract_type_time(ct_types[gfs_file_index(vp)], &vap->va_atime); in ctfs_tdir_getattr()105 return (CTFS_INO_TYPE_FILE(gfs_file_index(vp), index)); in ctfs_tdir_do_inode()115 ct_type_t *ty = ct_types[gfs_file_index(vp)]; in ctfs_tdir_do_readdir()148 ct = contract_type_ptr(ct_types[gfs_file_index(vp)], i, in ctfs_tdir_do_lookup()
60 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()
356 contract_type_pbundle(ct_types[gfs_file_index(pvp)], curproc); in ctfs_create_pbundle()376 contract_type_bundle(ct_types[gfs_file_index(pvp)]); in ctfs_create_bundle()436 vap->va_nodeid = gfs_file_index(vp); in ctfs_bu_getattr()
71 gfs_file_index(gfs_file_parent(vp))]; in ctfs_latest_nested_open()
122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index) macro