Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3775 xfs_fileoff_t obno, in xfs_bmapi_trim_map() argument
3781 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map()
3788 if (obno > *bno) in xfs_bmapi_trim_map()
3789 *bno = obno; in xfs_bmapi_trim_map()
3790 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map()
3820 xfs_fileoff_t obno, in xfs_bmapi_update_map() argument
3830 (mval->br_startoff < obno)); in xfs_bmapi_update_map()
3859 obno))) { in xfs_bmapi_update_map()
3882 xfs_fileoff_t obno; in xfs_bmapi_read() local
3912 obno = bno; in xfs_bmapi_read()
[all …]