Home
last modified time | relevance | path

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

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