Searched refs:buf_invalblkno (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c359 error = buf_invalblkno(vp, blkno, 0);
438 error = buf_invalblkno(vp, blkno, 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h560 * Flags for buf_invalblkno()
565 @function buf_invalblkno
567 @discussion buf_invalblkno() tries to make the data for a given block in a file
575 traditional buffer cache routines, buf_invalblkno() will not be able to invalidate it--this
583 errno_t buf_invalblkno(vnode_t, daddr64_t, int);
698 @discussion This function does for all blocks associated with a vnode what buf_invalblkno does for one block.
700 i.e. by buf_getblk() and callers thereof. Unlike buf_invalblkno(), it can be made to write dirty data to disk
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c3605 buf_invalblkno(vnode_t vp, daddr64_t lblkno, int flags) function
3627 error = msleep((caddr_t)bp, buf_mtxp, PDROP | (PRIBIO + 1), "buf_invalblkno", NULL);
H A Dvfs_cluster.c1457 if (buf_invalblkno(vp, lblkno + i, 0) == EBUSY)

Completed in 63 milliseconds