Home
last modified time | relevance | path

Searched refs:aeof (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_bmap.h40 bool aeof; /* allocated space at eof */ member
Dxfs_bmap.c1349 bma->aeof = false; in xfs_bmap_isaeof()
1356 bma->aeof = true; in xfs_bmap_isaeof()
1364 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount || in xfs_bmap_isaeof()
3615 if (ap->aeof) in xfs_bmap_btalloc_filestreams()
3665 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length()