Home
last modified time | relevance | path

Searched refs:obno (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3719 xfs_fileoff_t obno, in xfs_bmapi_trim_map() argument
3725 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map()
3732 if (obno > *bno) in xfs_bmapi_trim_map()
3733 *bno = obno; in xfs_bmapi_trim_map()
3734 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map()
3764 xfs_fileoff_t obno, in xfs_bmapi_update_map() argument
3774 (mval->br_startoff < obno)); in xfs_bmapi_update_map()
3803 obno))) { in xfs_bmapi_update_map()
3826 xfs_fileoff_t obno; in xfs_bmapi_read() local
3860 obno = bno; in xfs_bmapi_read()
[all …]