Home
last modified time | relevance | path

Searched refs:vfs_quotactl (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/kern/
Dvfs_init.c244 if (vfsops->vfs_quotactl == NULL) in vfs_register()
246 vfsops->vfs_quotactl = vfs_stdquotactl; in vfs_register()
/freebsd-10-stable/sys/sys/
Dmount.h637 vfs_quotactl_t *vfs_quotactl; member
697 _rc = (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A); \
/freebsd-10-stable/sys/fs/nullfs/
Dnull_vfsops.c446 .vfs_quotactl = nullfs_quotactl,
/freebsd-10-stable/sys/fs/smbfs/
Dsmbfs_vfsops.c74 .vfs_quotactl = smbfs_quotactl,
/freebsd-10-stable/sys/fs/unionfs/
Dunion_vfsops.c490 .vfs_quotactl = unionfs_quotactl,
/freebsd-10-stable/sys/ufs/ffs/
Dffs_vfsops.c103 .vfs_quotactl = ufs_quotactl,