Home
last modified time | relevance | path

Searched refs:ufs_q (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c71 ufs_thread_init(struct ufs_q *uq, int lowat) in ufs_thread_init()
100 ufs_thread_exit(struct ufs_q *uq) in ufs_thread_exit()
132 ufs_thread_suspend(struct ufs_q *uq) in ufs_thread_suspend()
182 ufs_thread_continue(struct ufs_q *uq) in ufs_thread_continue()
447 struct ufs_q *uq = &ufsvfsp->vfs_delete; in ufs_thread_delete()
500 struct ufs_q *uq; in ufs_delete_drain()
543 ufs_sync_with_thread(struct ufs_q *uq) in ufs_sync_with_thread()
574 struct ufs_q *uq = &ufsvfsp->vfs_delete; in ufs_delete_drain_wait()
619 struct ufs_q *uq = &ufsvfsp->vfs_delete; in ufs_delete_adjust_stats()
775 struct ufs_q ufs_idle_q;
[all …]
H A Dufs_panic.c156 extern int ufs_thread_run(struct ufs_q *, callb_cpr_t *cprinfop);
163 struct ufs_q ufs_fix;
H A Dufs_inode.c674 struct ufs_q *uq; in ufs_iinactive()
H A Dufs_alloc.c627 struct ufs_q *delq = &ufsvfsp->vfs_delete; in free()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h612 struct ufs_q { struct
669 extern struct ufs_q ufs_idle_q; /* used by global ufs idle thread */
682 extern struct ufs_q ufs_hlock; /* used by global ufs hlock thread */
725 struct ufs_q vfs_delete; /* delayed inode delete */
726 struct ufs_q vfs_reclaim; /* reclaim open, deleted files */
945 extern void ufs_thread_init(struct ufs_q *, int);
946 extern void ufs_thread_start(struct ufs_q *, void (*)(), struct vfs *);
947 extern void ufs_thread_exit(struct ufs_q *);
948 extern void ufs_thread_suspend(struct ufs_q *);
949 extern void ufs_thread_continue(struct ufs_q *);
H A Dufs_panic.h151 extern struct ufs_q ufs_fix;