Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_init.c417 vfsops->vfs_extattrctl = vfs_stdextattrctl; in vfs_register()
H A Dvfs_default.c1590 vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *vp, in vfs_stdextattrctl() function
/dragonfly/sys/sys/
H A Dmount.h775 vfs_extattrctl_t vfs_stdextattrctl; variable