Searched refs:ibp (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_inode.c | 2149 struct xfs_buf *ibp, in xfs_iunlink_update_dinode() argument 2168 xfs_trans_inode_buf(tp, ibp); in xfs_iunlink_update_dinode() 2169 xfs_trans_log_buf(tp, ibp, offset, offset + sizeof(xfs_agino_t) - 1); in xfs_iunlink_update_dinode() 2170 xfs_inobp_check(mp, ibp); in xfs_iunlink_update_dinode() 2184 struct xfs_buf *ibp; in xfs_iunlink_update_inode() local 2190 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, 0, 0); in xfs_iunlink_update_inode() 2215 ibp, dip, &ip->i_imap, next_agino); in xfs_iunlink_update_inode() 2218 xfs_trans_brelse(tp, ibp); in xfs_iunlink_update_inode()
|
D | xfs_log_recover.c | 4976 struct xfs_buf *ibp; in xlog_recover_process_one_iunlink() local 4990 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); in xlog_recover_process_one_iunlink() 5000 xfs_buf_relse(ibp); in xlog_recover_process_one_iunlink()
|