Searched defs:snapshot_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap_if.c76 fssnap_set_candidate(void *snapshot_id, chunknumber_t chunknumber) argument
79 (snapops.fssnap_set_candidate)(snapshot_id, chunknumber);
83 fssnap_is_candidate(void *snapshot_id, u_offset_t off) argument
88 rc = (snapops.fssnap_is_candidate)(snapshot_id, off);
94 fssnap_create_done(void *snapshot_id) argument
99 snapslot = (snapops.fssnap_create_done)(snapshot_id);
105 fssnap_delete(void *snapshot_id) argument
110 snapslot = (snapops.fssnap_delete)(snapshot_id);
116 fssnap_strategy(void *snapshot_id, struct buf *bp) argument
119 (snapops.fssnap_strategy)(snapshot_id, b
[all...]
H A Dfssnap.c139 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);
387 * is a pointer to an "anonymous" snapshot_id for tracking opens and closes
436 struct snapshot_id *sidp, *sidnextp;
454 kmem_free(sidp, sizeof (struct snapshot_id));
484 struct snapshot_id **sidpp, *sidp;
561 struct snapshot_id **sidp
1333 fssnap_strategy_impl(void *snapshot_id, buf_t *bp) argument
1898 fssnap_set_candidate_impl(void *snapshot_id, chunknumber_t chunknumber) argument
1918 fssnap_is_candidate_impl(void *snapshot_id, u_offset_t off) argument
1939 fssnap_create_done_impl(void *snapshot_id) argument
2019 fssnap_delete_impl(void *snapshot_id) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dfssnap.h76 * A snapshot_id is the shared structure between the snapshot driver
79 typedef struct snapshot_id { struct
80 struct snapshot_id *sid_next; /* next snapshot in list */
88 /* snapshot_id flags */
139 struct snapshot_id *cmn_sid; /* backpointer to snapshot */

Completed in 62 milliseconds