Diff for /xfs-linux/xfs_bmap.h between versions 1.95 and 1.96

version 1.95, 2006/03/28 23:50:15 version 1.96, 2006/03/29 00:28:36
Line 353  xfs_check_nostate_extents( Line 353  xfs_check_nostate_extents(
         xfs_extnum_t            num);          xfs_extnum_t            num);
   
 /*  /*
  * Call xfs_bmap_do_search_extents() to search for the extent   * Search the extent records for the entry containing block bno.
  * record containing block bno. If in multi-level in-core extent   * If bno lies in a hole, point to the next entry.  If bno lies
  * allocation mode, find and extract the target extent buffer,   * past eof, *eofp will be set, and *prevp will contain the last
  * otherwise just use the direct extent list.   * entry (null if none).  Else, *lastxp will be set to the index
    * of the found entry; *gotp will contain the entry.
  */   */
 xfs_bmbt_rec_t *  xfs_bmbt_rec_t *
 xfs_bmap_search_multi_extents(struct xfs_ifork *, xfs_fileoff_t, int *,  xfs_bmap_search_multi_extents(struct xfs_ifork *, xfs_fileoff_t, int *,

Removed from v.1.95  
changed lines
  Added in v.1.96


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>