Searched defs:trans_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c255 int trans_size; local
278 trans_size = TOP_GETPAGE_SIZE(ip);
280 trans_size, error);
520 trans_size);
H A Dufs_thread.c247 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 Dufs_dir.c3173 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);
H A Dufs_vnops.c1567 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...]

Completed in 97 milliseconds