HomeSort by: relevance | last modified time | path
    Searched refs:ufs_quotactl (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ufs/ufs/
ufs_extern.h 175 int ufs_quotactl(struct mount *, struct quotactl_args *);
ufs_vfsops.c 124 ufs_quotactl(struct mount *mp, struct quotactl_args *args) function in typeref:typename:int
  /src/sys/ufs/mfs/
mfs_vfsops.c 97 .vfs_quotactl = ufs_quotactl,
  /src/sys/ufs/chfs/
chfs_vfsops.c 807 .vfs_quotactl = ufs_quotactl,
  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 126 .vfs_quotactl = ufs_quotactl,
  /src/sys/ufs/ffs/
ffs_vfsops.c 153 .vfs_quotactl = ufs_quotactl,

Completed in 16 milliseconds