Searched defs:topid (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 182 top_begin_sync(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int *error) in top_begin_sync() 344 top_begin_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int tryasync) in top_begin_async() 443 top_end_sync(ufsvfs_t *ufsvfsp, int *ep, top_t topid, ulong_t size) in top_end_sync() 576 top_end_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size) in top_end_async()
|
H A D | lufs_debug.c | 131 top_begin_debug(ml_unit_t *ul, top_t topid, ulong_t size) in top_begin_debug() 154 top_end_debug(ml_unit_t *ul, mt_map_t *mtm, top_t topid, ulong_t size) in top_end_debug()
|
H A D | ufs_trans.c | 147 ufs_trans_sbupdate(struct ufsvfs *ufsvfsp, struct vfs *vfsp, top_t topid) in ufs_trans_sbupdate() 192 ufs_trans_sbwrite(struct ufsvfs *ufsvfsp, top_t topid) in ufs_trans_sbwrite()
|
H A D | ufs_subr.c | 458 ufs_syncip(struct inode *ip, int flags, int waitfor, top_t topid) in ufs_syncip()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 350 #define TRANS_SBUPDATE(ufsvfsp, vfsp, topid) \ argument 352 #define TRANS_SYNCIP(ip, bflags, iflag, topid) \ argument 354 #define TRANS_SBWRITE(ufsvfsp, topid) ufs_trans_sbwrite(ufsvfsp, topid) argument
|
H A D | ufs_log.h | 546 uint_t topid; /* transaction type */ member
|