Home
last modified time | relevance | path

Searched refs:wasdelay (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c4102 * For the wasdelay case, we could also just allocate the stuff asked in xfs_bmapi_allocate()
4393 bool need_alloc = false, wasdelay = false; in xfs_bmapi_write() local
4407 wasdelay = true; in xfs_bmapi_write()
4414 if (need_alloc || wasdelay) { in xfs_bmapi_write()
4417 bma.wasdel = wasdelay; in xfs_bmapi_write()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c4102 * For the wasdelay case, we could also just allocate the stuff asked in xfs_bmapi_allocate()
4396 bool need_alloc = false, wasdelay = false; in xfs_bmapi_write() local
4410 wasdelay = true; in xfs_bmapi_write()
4417 if (need_alloc || wasdelay) { in xfs_bmapi_write()
4420 bma.wasdel = wasdelay; in xfs_bmapi_write()

Completed in 13 milliseconds