Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_bmap.c3481 xfs_extlen_t nextminlen = 0; in xfs_bmap_btalloc_at_eof() local
3490 nextminlen = blen - stripe_align; in xfs_bmap_btalloc_at_eof()
3492 nextminlen = args->minlen; in xfs_bmap_btalloc_at_eof()
3493 if (nextminlen + stripe_align > args->minlen + 1) in xfs_bmap_btalloc_at_eof()
3494 args->minalignslop = nextminlen + stripe_align - in xfs_bmap_btalloc_at_eof()
3516 args->minlen = nextminlen; in xfs_bmap_btalloc_at_eof()