Searched refs:vnop_whiteout_args (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.h64 extern int nop_whiteout(struct vnop_whiteout_args *ap);
65 extern int err_whiteout(struct vnop_whiteout_args *ap);
H A Dvfs_support.c82 struct vnop_whiteout_args /* {
90 nop_whiteout(__unused struct vnop_whiteout_args *ap)
96 err_whiteout(__unused struct vnop_whiteout_args *ap)
H A Dvnode_if.c145 VOPARG_OFFSETOF(struct vnop_whiteout_args,a_dvp),
156 VOPARG_OFFSETOF(struct vnop_whiteout_args, a_cnp),
157 VOPARG_OFFSETOF(struct vnop_whiteout_args, a_context),
H A Dkpi_vfs.c2920 struct vnop_whiteout_args {
2932 struct vnop_whiteout_args a;
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h207 struct vnop_whiteout_args { struct
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c128 int hfs_vnop_whiteout(struct vnop_whiteout_args *);
6762 struct vnop_whiteout_args /* {

Completed in 34 milliseconds