Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c105 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg);
136 .vfs_quotactl = zfs_quotactl,
270 zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg) in zfs_quotactl() function