Home
last modified time | relevance | path

Searched defs:topid (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c190 top_begin_sync(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int *error) in top_begin_sync()
352 top_begin_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int tryasync) in top_begin_async()
451 top_end_sync(ufsvfs_t *ufsvfsp, int *ep, top_t topid, ulong_t size) in top_end_sync()
584 top_end_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size) in top_end_async()
H A Dlufs_debug.c130 top_begin_debug(ml_unit_t *ul, top_t topid, ulong_t size) in top_begin_debug()
153 top_end_debug(ml_unit_t *ul, mt_map_t *mtm, top_t topid, ulong_t size) in top_end_debug()
H A Dufs_trans.c147 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 Dufs_subr.c458 ufs_syncip(struct inode *ip, int flags, int waitfor, top_t topid) in ufs_syncip()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h350 #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 Dufs_log.h546 uint_t topid; /* transaction type */ member