Home
last modified time | relevance | path

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

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