Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_init.c417 vfsops->vfs_extattrctl = vfs_stdextattrctl; in vfs_register()
HDvfs_default.c1590 vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *vp, in vfs_stdextattrctl() function
/dragonfly/sys/sys/
HDmount.h775 vfs_extattrctl_t vfs_stdextattrctl; variable