NetBSD/sys/ufs
hannken 149abfc10f Move `struct dquot' and its supporting functions from quota.h to ufs_quota.c.
- Make quota-internal functions static.
- Clean up declarations in quota.h and ufs_extern.h.  quota.h now has the
  description of quota criterions, on-disk structure, user-kernel interface and
  declaration of init/done functions.  All ufs quota related function
  prototypes go to ufs_extern.h.
- New functions ufsquota_init() and ufsquota_free() create or destroy the
  quota fields of `struct inode'.
- chkdq() and chkiq() always update the quota fields of `struct inode' first.
- Only ufs_access() explicitely calls getinoquota().

No objections on tech-kern@
2007-07-10 09:50:07 +00:00
..
ext2fs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ffs Move `struct dquot' and its supporting functions from quota.h to ufs_quota.c. 2007-07-10 09:50:07 +00:00
lfs Move `struct dquot' and its supporting functions from quota.h to ufs_quota.c. 2007-07-10 09:50:07 +00:00
mfs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ufs Move `struct dquot' and its supporting functions from quota.h to ufs_quota.c. 2007-07-10 09:50:07 +00:00
files.ufs Let ext2fs be built even when none of ffs, lfs and mfs are present. 2006-11-13 16:12:54 +00:00
Makefile