Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c3908 xfs_fileoff_t obno, in xfs_bmapi_trim_map() argument
3914 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map()
3921 if (obno > *bno) in xfs_bmapi_trim_map()
3922 *bno = obno; in xfs_bmapi_trim_map()
3923 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map()
3953 xfs_fileoff_t obno, in xfs_bmapi_update_map() argument
3963 (mval->br_startoff < obno)); in xfs_bmapi_update_map()
3993 obno))) { in xfs_bmapi_update_map()
4016 xfs_fileoff_t obno; in xfs_bmapi_read() local
4053 obno = bno; in xfs_bmapi_read()
[all …]