Searched refs:top_begin_async (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 131 (void) top_begin_async(ufsvfsp, vid, vsize, 0); \ 140 err = top_begin_async(ufsvfsp, vid, vsize, 1); \ 161 (void) top_begin_async(ufsvfsp, vid, vsize, 0); \ 177 (void) top_begin_async(ufsvfsp, vid, vsize, 0); \ 197 error = top_begin_async(ufsvfsp, vid, vsize, 1); \ 529 int top_begin_async(struct ufsvfs *ufsvfsp, top_t topid, ulong_t size,
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 344 top_begin_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int tryasync) in top_begin_async() function
|