Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c4482 char inhole; /* current location is hole in file */ in xfs_bmapi_write() local
4553 inhole = eof || bma.got.br_startoff > bno; in xfs_bmapi_write()
4554 wasdelay = !inhole && isnullstartblock(bma.got.br_startblock); in xfs_bmapi_write()
4560 if (inhole || wasdelay) { in xfs_bmapi_write()