Searched refs:xfs_bmap_search_extents (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1428 xfs_bmap_search_extents( in xfs_bmap_search_extents() function 1552 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before() 4056 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev); in xfs_bmapi_read() 4239 xfs_bmap_search_extents(ip, bno, XFS_DATA_FORK, &eof, &lastx, &got, &prev); in xfs_bmapi_delay() 4578 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got, in xfs_bmapi_write() 5110 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bunmapi()
|