Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c4509 char inhole; /* current location is hole in file */ in xfs_bmapi_write() local
4592 inhole = eof || bma.got.br_startoff > bno; in xfs_bmapi_write()
4593 wasdelay = !inhole && isnullstartblock(bma.got.br_startblock); in xfs_bmapi_write()
4599 if (inhole || wasdelay) { in xfs_bmapi_write()