Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c3711 xfs_fileoff_t obno, in xfs_bmapi_trim_map() argument
3717 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map()
3724 if (obno > *bno) in xfs_bmapi_trim_map()
3725 *bno = obno; in xfs_bmapi_trim_map()
3726 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map()
3756 xfs_fileoff_t obno, in xfs_bmapi_update_map() argument
3766 (mval->br_startoff < obno)); in xfs_bmapi_update_map()
3795 obno))) { in xfs_bmapi_update_map()
3817 xfs_fileoff_t obno; in xfs_bmapi_read() local
3877 obno = bno; in xfs_bmapi_read()
[all …]