Searched refs:vfs_bio_clcheck (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 180 static int vfs_bio_clcheck(struct vnode *vp, int size, 3210 vfs_bio_clcheck(struct vnode *vp, int size, daddr_t lblkno, daddr_t blkno) in vfs_bio_clcheck() function 3281 if (vfs_bio_clcheck(vp, size, lblkno + i, in vfs_bio_awrite() 3286 if (vfs_bio_clcheck(vp, size, lblkno - j, in vfs_bio_awrite()
|