Home
last modified time | relevance | path

Searched refs:hsfs_queue (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h215 struct hsfs_queue { struct
287 struct hsfs_queue *hqueue; /* I/O Scheduling parameters */
/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1994 struct hsfs_queue *hqueue = fsp->hqueue; in hsched_init()
2066 hsched_fini(struct hsfs_queue *hqueue) in hsched_fini()
2120 struct hsfs_queue *hqueue; in hsched_invoke_strategy()
2375 struct hsfs_queue *hqueue = fsp->hqueue; in hsched_enqueue_io()
2387 struct hsfs_queue *, hqueue, int, ra); in hsched_enqueue_io()
H A Dhsfs_vfsops.c218 extern void hsched_fini(struct hsfs_queue *hqueue);
423 kmem_free(fsp->hqueue, sizeof (struct hsfs_queue)); in hsfs_unmount()
915 fsp->hqueue = kmem_alloc(sizeof (struct hsfs_queue), KM_SLEEP); in hs_mountfs()