NULLFILEOFF      2938 fs/xfs/libxfs/xfs_bmap.c 	if (prevp->br_startoff != NULLFILEOFF) {
NULLFILEOFF      2955 fs/xfs/libxfs/xfs_bmap.c 	if (!eof && gotp->br_startoff != NULLFILEOFF) {
NULLFILEOFF      2962 fs/xfs/libxfs/xfs_bmap.c 		nexto = NULLFILEOFF;
NULLFILEOFF      2977 fs/xfs/libxfs/xfs_bmap.c 	    nexto != NULLFILEOFF) {
NULLFILEOFF      3028 fs/xfs/libxfs/xfs_bmap.c 	if (!eof && gotp->br_startoff != NULLFILEOFF)
NULLFILEOFF      3030 fs/xfs/libxfs/xfs_bmap.c 	if (prevp->br_startoff != NULLFILEOFF)
NULLFILEOFF      3068 fs/xfs/libxfs/xfs_bmap.c 	if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
NULLFILEOFF      3097 fs/xfs/libxfs/xfs_bmap.c 		if (ap->prev.br_startoff != NULLFILEOFF &&
NULLFILEOFF      3948 fs/xfs/libxfs/xfs_bmap.c 			prev.br_startoff = NULLFILEOFF;
NULLFILEOFF      4339 fs/xfs/libxfs/xfs_bmap.c 		bma.prev.br_startoff = NULLFILEOFF;
NULLFILEOFF      4514 fs/xfs/libxfs/xfs_bmap.c 		bma.prev.br_startoff = NULLFILEOFF;
NULLFILEOFF       498 fs/xfs/xfs_aops.c 	xfs_fileoff_t		cow_fsb = NULLFILEOFF;
NULLFILEOFF       543 fs/xfs/xfs_aops.c 	if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) {
NULLFILEOFF       586 fs/xfs/xfs_aops.c 	if (cow_fsb != NULLFILEOFF &&
NULLFILEOFF       619 fs/xfs/xfs_aops.c 	if (wpc->fork != XFS_COW_FORK && cow_fsb != NULLFILEOFF &&
NULLFILEOFF      1202 fs/xfs/xfs_bmap_util.c 		error = xfs_reflink_cancel_cow_range(ip, offset, NULLFILEOFF,
NULLFILEOFF      1761 fs/xfs/xfs_bmap_util.c 		error = xfs_reflink_cancel_cow_range(tip, 0, NULLFILEOFF, true);
NULLFILEOFF      1788 fs/xfs/xfs_icache.c 		ret = xfs_reflink_cancel_cow_range(ip, 0, NULLFILEOFF, false);
NULLFILEOFF      1836 fs/xfs/xfs_inode.c 		xfs_reflink_cancel_cow_range(ip, 0, NULLFILEOFF, true);
NULLFILEOFF      1154 fs/xfs/xfs_iomap.c 	xfs_fileoff_t		cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF;
NULLFILEOFF      1192 fs/xfs/xfs_iomap.c 	if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) {
NULLFILEOFF      1209 fs/xfs/xfs_iomap.c 	if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb)
NULLFILEOFF       555 fs/xfs/xfs_reflink.c 	if (count == NULLFILEOFF)
NULLFILEOFF       556 fs/xfs/xfs_reflink.c 		end_fsb = NULLFILEOFF;
NULLFILEOFF      1540 fs/xfs/xfs_reflink.c 	error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, NULLFILEOFF, true);