Searched refs:snapshot_id (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | fssnap_if.c | 76 fssnap_set_candidate(void *snapshot_id, chunknumber_t chunknumber) in fssnap_set_candidate() argument 79 (snapops.fssnap_set_candidate)(snapshot_id, chunknumber); in fssnap_set_candidate() 83 fssnap_is_candidate(void *snapshot_id, u_offset_t off) in fssnap_is_candidate() argument 88 rc = (snapops.fssnap_is_candidate)(snapshot_id, off); in fssnap_is_candidate() 94 fssnap_create_done(void *snapshot_id) in fssnap_create_done() argument 99 snapslot = (snapops.fssnap_create_done)(snapshot_id); in fssnap_create_done() 105 fssnap_delete(void *snapshot_id) in fssnap_delete() argument 110 snapslot = (snapops.fssnap_delete)(snapshot_id); in fssnap_delete() 116 fssnap_strategy(void *snapshot_id, struct buf *bp) in fssnap_strategy() argument 119 (snapops.fssnap_strategy)(snapshot_id, bp); in fssnap_strategy()
|
H A D | fssnap.c | 139 static struct snapshot_id *snapshot = NULL; 140 static struct snapshot_id snap_ctl; 165 static int snap_getchunk(struct snapshot_id *sidp, chunknumber_t chunk, 179 static int fssnap_translate(struct snapshot_id **, struct buf *); 257 error = ddi_soft_state_init(&statep, sizeof (struct snapshot_id *), 1); in _init() 436 struct snapshot_id *sidp, *sidnextp; in snap_detach() 454 kmem_free(sidp, sizeof (struct snapshot_id)); in snap_detach() 484 struct snapshot_id **sidpp, *sidp; in snap_open() 561 struct snapshot_id **sidpp, *sidp; in snap_close() 637 struct snapshot_id **sidpp; in snap_read() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fssnap.h | 79 typedef struct snapshot_id { struct 80 struct snapshot_id *sid_next; /* next snapshot in list */ argument 139 struct snapshot_id *cmn_sid; /* backpointer to snapshot */
|