Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c3694 xfs_fileoff_t obno, in xfs_bmapi_trim_map() argument
3700 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map()
3707 if (obno > *bno) in xfs_bmapi_trim_map()
3708 *bno = obno; in xfs_bmapi_trim_map()
3709 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map()
3739 xfs_fileoff_t obno, in xfs_bmapi_update_map() argument
3749 (mval->br_startoff < obno)); in xfs_bmapi_update_map()
3778 obno))) { in xfs_bmapi_update_map()
3800 xfs_fileoff_t obno; in xfs_bmapi_read() local
3847 obno = bno; in xfs_bmapi_read()
[all …]