Searched refs:ibp (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_inode.c | 2142 struct xfs_buf *ibp, in xfs_iunlink_update_dinode() argument 2161 xfs_trans_inode_buf(tp, ibp); in xfs_iunlink_update_dinode() 2162 xfs_trans_log_buf(tp, ibp, offset, offset + sizeof(xfs_agino_t) - 1); in xfs_iunlink_update_dinode() 2176 struct xfs_buf *ibp; in xfs_iunlink_update_inode() local 2182 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, 0); in xfs_iunlink_update_inode() 2212 ibp, dip, &ip->i_imap, next_agino); in xfs_iunlink_update_inode() 2215 xfs_trans_brelse(tp, ibp); in xfs_iunlink_update_inode()
|
D | xfs_log_recover.c | 2673 struct xfs_buf *ibp; in xlog_recover_process_one_iunlink() local 2687 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0); in xlog_recover_process_one_iunlink() 2697 xfs_buf_relse(ibp); in xlog_recover_process_one_iunlink()
|