Searched refs:bmap_flags (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
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() 904 int bmap_flags, in xmi_next() argument 915 error = xfs_bmapi_read(ip, off, blockcount, nrec, &nimaps, bmap_flags); in xmi_next() 1039 int bmap_flags; in xfs_exchmaps_estimate() local 1044 bmap_flags = xfs_bmapi_aflag(xfs_exchmaps_reqfork(req)); in xfs_exchmaps_estimate() 1077 error = xmi_next(req->ip1, bmap_flags, &irec1, &adj.right1); in xfs_exchmaps_estimate() 1081 error = xmi_next(req->ip2, bmap_flags, &irec2, &adj.right2); in xfs_exchmaps_estimate()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | reap.c | 779 int bmap_flags = xfs_bmapi_aflag(whichfork); in xreap_bmapi_binval() local 815 &nhmaps, bmap_flags); in xreap_bmapi_binval() 1011 int bmap_flags = xfs_bmapi_aflag(whichfork); in xrep_reap_ifork() local 1024 &nimaps, bmap_flags); in xrep_reap_ifork()
|