Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c220 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_quotactl)(mp, cmd, uid, arg); in vfs_quotactl_sigdefer()
358 .vfs_quotactl = vfs_quotactl_sigdefer,
450 if (vfsops->vfs_quotactl == NULL) in vfs_register()
452 vfsops->vfs_quotactl = vfs_stdquotactl; in vfs_register()
/f-stack/freebsd/sys/
H A Dmount.h786 vfs_quotactl_t *vfs_quotactl; member
834 _rc = (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A); \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c136 .vfs_quotactl = zfs_quotactl,