Searched refs:trans_size (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_extvnops.c | 255 int trans_size; local 278 trans_size = TOP_GETPAGE_SIZE(ip); 280 trans_size, error); 520 trans_size);
|
H A D | ufs_thread.c | 247 int trans_size; local 305 trans_size = (int)TOP_REMOVE_SIZE(ip)); 345 TOP_REMOVE, trans_size); 359 trans_size = TOP_IFREE_SIZE(ip); 360 TRANS_BEGIN_ASYNC(ufsvfsp, TOP_IFREE, trans_size); 416 TRANS_END_ASYNC(ufsvfsp, TOP_IFREE, trans_size); 1178 int trans_size; local 1228 trans_size = (int)TOP_REMOVE_SIZE(tp)); 1248 issync, TOP_REMOVE, trans_size);
|
H A D | ufs_vnops.c | 1567 int trans_size; local 1756 trans_size = (int)TOP_SETATTR_SIZE(VTOI(vp)); 1758 TOP_SETATTR, trans_size); 1766 TOP_SETATTR, trans_size); 2120 int trans_size; local 2201 trans_size = (int)TOP_SETATTR_SIZE(ip); 2202 TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_SETATTR, trans_size); 2406 trans_size); 2922 int trans_size; local 2938 trans_size 3205 int trans_size; local 3271 int trans_size; local 3379 int trans_size; local 3772 int trans_size; local 3849 int trans_size; local 4126 int trans_size; local 4549 int trans_size; local 6460 int trans_size; local [all...] |
H A D | ufs_dir.c | 3173 int trans_size; local 3227 trans_size = (int)TOP_MKDIR_SIZE(tdp); 3228 TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_MKDIR, trans_size); 3285 TRANS_END_CSYNC(ufsvfsp, err, issync, TOP_MKDIR, trans_size); 3301 TRANS_END_CSYNC(ufsvfsp, err, issync, TOP_MKDIR, trans_size);
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 787 transmode, trans_size);\
|
Completed in 63 milliseconds