Home
last modified time | relevance | path

Searched refs:vop_nwhiteout (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/vfs/nullfs/
H A Dnull_vnops.c245 .vop_nwhiteout = null_nwhiteout,
/dragonfly/sys/sys/
H A Dvfsops.h676 int (*vop_nwhiteout)(struct vop_nwhiteout_args *); member
882 int vop_nwhiteout(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
1175 vop_nwhiteout((nch)->mount->mnt_vn_use_ops, nch, dvp, cred, flags)
/dragonfly/sys/kern/
H A Dvfs_vopops.c1613 vop_nwhiteout(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nwhiteout() function
1628 DO_OPS(ops, error, &ap, vop_nwhiteout); in vop_nwhiteout()
2197 DO_OPS(ap->a_head.a_ops, error, ap, vop_nwhiteout); in vop_nwhiteout_ap()
H A Dvfs_default.c102 .vop_nwhiteout = vop_compat_nwhiteout,
H A Dvfs_jops.c146 .vop_nwhiteout = journal_nwhiteout,
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vnops.c1554 .vop_nwhiteout = vop_compat_nwhiteout,
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c112 .vop_nwhiteout = hammer_vop_nwhiteout,