Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c481 vfsops->vfs_extattrctl = vfs_stdextattrctl; in vfs_register()
H A Dvfs_default.c1439 vfs_stdextattrctl(mp, cmd, filename_vp, attrnamespace, attrname) in vfs_stdextattrctl() function
/f-stack/freebsd/sys/
H A Dmount.h1034 vfs_extattrctl_t vfs_stdextattrctl; variable