Home
last modified time | relevance | path

Searched refs:vn_bwrite (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dvnode.h1980 int vn_bwrite(struct vnop_bwrite_args *ap);
/xnu-10002.1.13/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1664 { .opve_op = &vnop_bwrite_desc, .opve_impl = (VOPFUNC)vn_bwrite },
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_bio.c2448 vn_bwrite(struct vnop_bwrite_args *ap) in vn_bwrite() function