tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH] GOP_ALLOC and fallocate for PUFFS



J. Hannken-Illjes <hannken%eis.cs.tu-bs.de@localhost> wrote:

> Please describe "cached write operation" in terms of vnode operations.

A write on a mount that uses page cache, without direct I/O.
 
> Which vnode operation finally calls GOP_ALLOC()?

From genfs, only VOP_GETPAGES, but I understand we should call it on our
own. For instance, UFS calls it through ufs_balloc_range() in VOP_WRITE.


-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index