Searched refs:bmap_flags (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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() 1041 int bmap_flags; in xfs_exchmaps_estimate() local 1046 bmap_flags = xfs_bmapi_aflag(xfs_exchmaps_reqfork(req)); in xfs_exchmaps_estimate() 1079 error = xmi_next(req->ip1, bmap_flags, &irec1, &adj.right1); in xfs_exchmaps_estimate() 1083 error = xmi_next(req->ip2, bmap_flags, &irec2, &adj.right2); in xfs_exchmaps_estimate()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | reap.c | 1048 int bmap_flags = xfs_bmapi_aflag(whichfork); in xreap_bmapi_binval() local 1083 &nhmaps, bmap_flags); in xreap_bmapi_binval() 1280 int bmap_flags = xfs_bmapi_aflag(whichfork); in xrep_reap_ifork() local 1293 &nimaps, bmap_flags); in xrep_reap_ifork()
|