Searched refs:bmap_flags (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_exchmaps.c | 287 int bmap_flags; in xfs_exchmaps_find_mappings() local 290 bmap_flags = xfs_bmapi_aflag(xfs_exchmaps_whichfork(xmi)); in xfs_exchmaps_find_mappings() 297 bmap_flags); in xfs_exchmaps_find_mappings() 322 bmap_flags); in xfs_exchmaps_find_mappings() 906 int bmap_flags, in xmi_next() argument 917 error = xfs_bmapi_read(ip, off, blockcount, nrec, &nimaps, bmap_flags); in xmi_next() 1051 int bmap_flags; in xfs_exchmaps_estimate() local 1056 bmap_flags = xfs_bmapi_aflag(xfs_exchmaps_reqfork(req)); in xfs_exchmaps_estimate() 1089 error = xmi_next(req->ip1, bmap_flags, &irec1, &adj.right1); in xfs_exchmaps_estimate() 1093 error = xmi_next(req->ip2, bmap_flags, &irec2, &adj.right2); in xfs_exchmaps_estimate()
|