Searched refs:vfs_quotactl (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_init.c | 216 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_quotactl)(mp, cmd, uid, arg, in vfs_quotactl_sigdefer() 366 .vfs_quotactl = vfs_quotactl_sigdefer, 458 if (vfsops->vfs_quotactl == NULL) in vfs_register() 460 vfsops->vfs_quotactl = vfs_stdquotactl; in vfs_register()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 74 .vfs_quotactl = smbfs_quotactl,
|
/freebsd/sys/sys/ |
H A D | mount.h | 825 vfs_quotactl_t *vfs_quotactl; member 874 _rc = (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A, MP_BUSY); \
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 488 .vfs_quotactl = nullfs_quotactl,
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 576 .vfs_quotactl = unionfs_quotactl,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 144 .vfs_quotactl = zfs_quotactl,
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 109 .vfs_quotactl = ufs_quotactl,
|