Searched refs:trans_size (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 1567 int trans_size; in ufs_ioctl() local 1756 trans_size = (int)TOP_SETATTR_SIZE(VTOI(vp)); in ufs_ioctl() 1758 TOP_SETATTR, trans_size); in ufs_ioctl() 1766 TOP_SETATTR, trans_size); in ufs_ioctl() 2120 int trans_size; in ufs_setattr() local 2201 trans_size = (int)TOP_SETATTR_SIZE(ip); in ufs_setattr() 2202 TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_SETATTR, trans_size); in ufs_setattr() 2406 trans_size); in ufs_setattr() 2922 int trans_size; in ufs_create() local 2938 trans_size = (int)TOP_CREATE_SIZE(ip); in ufs_create() [all …]
|
H A D | ufs_thread.c | 247 int trans_size; in ufs_delete() local 305 trans_size = (int)TOP_REMOVE_SIZE(ip)); in ufs_delete() 345 TOP_REMOVE, trans_size); in ufs_delete() 359 trans_size = TOP_IFREE_SIZE(ip); in ufs_delete() 360 TRANS_BEGIN_ASYNC(ufsvfsp, TOP_IFREE, trans_size); in ufs_delete() 416 TRANS_END_ASYNC(ufsvfsp, TOP_IFREE, trans_size); in ufs_delete() 1178 int trans_size; in ufs_attr_purge() local 1228 trans_size = (int)TOP_REMOVE_SIZE(tp)); in ufs_attr_purge() 1248 issync, TOP_REMOVE, trans_size); in ufs_attr_purge()
|
H A D | ufs_extvnops.c | 255 int trans_size; in ufs_alloc_data() local 278 trans_size = TOP_GETPAGE_SIZE(ip); in ufs_alloc_data() 280 trans_size, error); in ufs_alloc_data() 520 trans_size); in ufs_alloc_data()
|
H A D | ufs_dir.c | 3173 int trans_size; in ufs_xattrmkdir() local 3227 trans_size = (int)TOP_MKDIR_SIZE(tdp); in ufs_xattrmkdir() 3228 TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_MKDIR, trans_size); in ufs_xattrmkdir() 3285 TRANS_END_CSYNC(ufsvfsp, err, issync, TOP_MKDIR, trans_size); in ufs_xattrmkdir() 3301 TRANS_END_CSYNC(ufsvfsp, err, issync, TOP_MKDIR, trans_size); in ufs_xattrmkdir()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 787 transmode, trans_size);\
|