Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/miscfs/specfs/
H A Dspecdev.h179 #define spec_bwrite (int (*) (struct vnop_bwrite_args *))nop_bwrite
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_support.h156 extern int nop_bwrite(struct vnop_bwrite_args *ap);
H A Dvfs_support.c718 nop_bwrite(struct vnop_bwrite_args *ap) in nop_bwrite() function