Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_init.c460 vfsops->vfs_quotactl = vfs_stdquotactl; in vfs_register()
H A Dvfs_default.c1360 vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, void *arg, bool *mp_busy) in vfs_stdquotactl() function
/freebsd/sys/sys/
H A Dmount.h1080 vfs_quotactl_t vfs_stdquotactl; variable