Searched refs:bi_owner (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_bmap_item.c | 248 return cmp_int(ba->bi_owner->i_ino, bb->bi_owner->i_ino); in xfs_bmap_update_diff_items() 269 map->me_owner = bi->bi_owner->i_ino; in xfs_bmap_update_log_item() 286 if (xfs_ifork_is_realtime(bi->bi_owner, bi->bi_whichfork)) in xfs_bmap_update_log_item() 337 if (xfs_ifork_is_realtime(bi->bi_owner, bi->bi_whichfork)) in xfs_bmap_update_get_group() 368 bi->bi_owner->i_delayed_blks += bi->bi_bmap.br_blockcount; in xfs_bmap_defer_add() 382 bi->bi_owner->i_delayed_blks -= bi->bi_bmap.br_blockcount; in xfs_bmap_update_cancel_item() 478 bi->bi_owner = *ipp; in xfs_bui_recover_work() 483 bi->bi_owner->i_delayed_blks += bi->bi_bmap.br_blockcount; in xfs_bui_recover_work()
|
| H A D | xfs_trace.h | 3452 struct xfs_inode *ip = bi->bi_owner;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap.h | 251 struct xfs_inode *bi_owner; member
|
| H A D | xfs_bmap.c | 6010 bi->bi_owner = ip; in __xfs_bmap_add() 6066 error = xfs_bmapi_remap(tp, bi->bi_owner, bmap->br_startoff, in xfs_bmap_finish_one() 6072 error = __xfs_bunmapi(tp, bi->bi_owner, bmap->br_startoff, in xfs_bmap_finish_one() 6078 xfs_bmap_mark_sick(bi->bi_owner, bi->bi_whichfork); in xfs_bmap_finish_one()
|