Searched refs:ibp (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_inode.c | 1996 xfs_buf_t *ibp; in xfs_iunlink() local 2030 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink() 2043 xfs_trans_inode_buf(tp, ibp); in xfs_iunlink() 2044 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink() 2046 xfs_inobp_check(mp, ibp); in xfs_iunlink() 2074 xfs_buf_t *ibp; in xfs_iunlink_remove() local 2115 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 2132 xfs_trans_inode_buf(tp, ibp); in xfs_iunlink_remove() 2133 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink_remove() 2135 xfs_inobp_check(mp, ibp); in xfs_iunlink_remove() [all …]
|
D | xfs_log_recover.c | 4986 struct xfs_buf *ibp; in xlog_recover_process_one_iunlink() local 5000 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); in xlog_recover_process_one_iunlink() 5010 xfs_buf_relse(ibp); in xlog_recover_process_one_iunlink()
|