Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_bmap_util.h18 struct xfs_zone_alloc_ctx;
36 struct xfs_zone_alloc_ctx *ac);
61 xfs_off_t len, struct xfs_zone_alloc_ctx *ac);
63 xfs_off_t len, struct xfs_zone_alloc_ctx *ac);
H A Dxfs_iomap.h13 struct xfs_zone_alloc_ctx;
28 struct xfs_zone_alloc_ctx *ac, bool *did_zero);
30 struct xfs_zone_alloc_ctx *ac, bool *did_zero);
H A Dxfs_zone_alloc.h8 struct xfs_zone_alloc_ctx { struct
27 unsigned int flags, struct xfs_zone_alloc_ctx *ac); argument
29 struct xfs_zone_alloc_ctx *ac);
H A Dxfs_file.c366 struct xfs_zone_alloc_ctx *ac) in xfs_file_write_zero_eof()
438 struct xfs_zone_alloc_ctx *ac) in xfs_file_write_checks()
504 struct xfs_zone_alloc_ctx *ac) in xfs_zoned_write_space_reserve()
678 struct xfs_zone_alloc_ctx *ac) in xfs_file_dio_write_aligned()
715 struct xfs_zone_alloc_ctx ac = { }; in xfs_file_dio_write_zoned()
961 struct xfs_zone_alloc_ctx ac = { }; in xfs_file_buffered_write_zoned()
1117 struct xfs_zone_alloc_ctx *ac) in xfs_falloc_collapse_range()
1190 struct xfs_zone_alloc_ctx *ac) in xfs_falloc_zero_range()
1279 struct xfs_zone_alloc_ctx *ac) in __xfs_file_fallocate()
1343 struct xfs_zone_alloc_ctx ac = { }; in xfs_file_zoned_fallocate()
[all …]
H A Dxfs_zone_space_resv.c226 struct xfs_zone_alloc_ctx *ac) in xfs_zoned_space_reserve()
253 struct xfs_zone_alloc_ctx *ac) in xfs_zoned_space_unreserve()
H A Dxfs_bmap_util.c441 struct xfs_zone_alloc_ctx *ac) in xfs_bmap_punch_delalloc_range()
845 struct xfs_zone_alloc_ctx *ac) in xfs_free_file_space()
989 struct xfs_zone_alloc_ctx *ac) in xfs_collapse_file_space()
H A Dxfs_iomap.c1340 struct xfs_zone_alloc_ctx *ac = iter->private; in xfs_zoned_buffered_write_iomap_begin()
2004 struct xfs_zone_alloc_ctx *ac, in xfs_zero_range()
2022 struct xfs_zone_alloc_ctx *ac, in xfs_truncate_page()
H A Dxfs_iops.c858 struct xfs_zone_alloc_ctx ac = { }; in xfs_setattr_size()