Searched refs:last_ibp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.c1962 xfs_buf_t *last_ibp; local
2060 last_ibp = NULL;
2067 if (last_ibp != NULL) {
2068 xfs_trans_brelse(tp, last_ibp);
2072 &last_ibp, &last_offset);
2084 * Now last_ibp points to the buffer previous to us on
2114 xfs_trans_inode_buf(tp, last_ibp);
2115 xfs_trans_log_buf(tp, last_ibp, offset,
2117 xfs_inobp_check(mp, last_ibp);

Completed in 108 milliseconds