GETBLK_PCATCH
int slpflags = (blkflags & GETBLK_PCATCH) ? PCATCH : 0;
if (blkflags & GETBLK_PCATCH)
bp = getblk(vp, loffset, size, GETBLK_PCATCH, 0);