Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c182 top_begin_sync(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int *error) in top_begin_sync() argument
344 top_begin_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int tryasync) in top_begin_async() argument
443 top_end_sync(ufsvfs_t *ufsvfsp, int *ep, top_t topid, ulong_t size) in top_end_sync() argument
576 top_end_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size) in top_end_async() argument
[all...]
H A Dlufs_debug.c131 top_begin_debug(ml_unit_t *ul, top_t topid, ulong_t size) in top_begin_debug() argument
154 top_end_debug(ml_unit_t *ul, mt_map_t *mtm, top_t topid, ulong_t size) in top_end_debug() argument
[all...]
H A Dufs_trans.c147 ufs_trans_sbupdate(struct ufsvfs *ufsvfsp, struct vfs *vfsp, top_t topid) in ufs_trans_sbupdate() argument
192 ufs_trans_sbwrite(struct ufsvfs *ufsvfsp, top_t topid) in ufs_trans_sbwrite() argument
H A Dufs_subr.c458 ufs_syncip(struct inode *ip, int flags, int waitfor, top_t topid) in ufs_syncip() argument
/titanic_51/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
[all...]
H A Dufs_log.h546 uint_t topid; /* transaction type */ member