Searched refs:ufs_quotactl (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/ufs/ |
| HD | quota.h | 191 int ufs_quotactl(struct mount *, int, uid_t, caddr_t, struct ucred *);
|
| HD | ufs_vfsops.c | 74 ufs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg, in ufs_quotactl() function
|
| HD | ffs_vfsops.c | 76 .vfs_quotactl = ufs_quotactl,
|
| /dragonfly/sys/vfs/mfs/ |
| HD | mfs_vfsops.c | 106 .vfs_quotactl = ufs_quotactl,
|