Home
last modified time | relevance | path

Searched refs:aeof (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.h41 bool aeof; /* allocated space at eof */ member
H A Dxfs_bmap.c1385 * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be
1397 bma->aeof = false; in xfs_bmap_isaeof()
1404 bma->aeof = true; in xfs_bmap_isaeof()
1412 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount || in xfs_bmap_isaeof()
3592 * try to allocate data blocks on stripe unit boundary. NOTE: ap->aeof in xfs_bmap_btalloc()
3596 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.h40 bool aeof; /* allocated space at eof */ member
H A Dxfs_bmap.c1337 * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be
1349 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()
3459 * NOTE: ap->aeof is only set if the allocation length is >= the
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()

Completed in 14 milliseconds