Searched refs:dqblk (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dquota.h134 * header followed by a hash table of dqblk entries. To find
161 struct dqblk { struct
176 /* LP64 version of struct dqblk. time_t is a long and must grow when
178 * WARNING - keep in sync with struct dqblk
227 (sizeof (struct dqfilehdr) + ((index) * sizeof (struct dqblk)))
299 struct dqblk dq_dqb; /* actual usage & quotas */
345 * on-disk dqblk data structures.
367 __private_extern__ void munge_dqblk(struct dqblk *dqblkp, struct user_dqblk *user_dqblkp, boolean_t to64);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_quota.c123 static int dqlookup(struct quotafile *, u_long, struct dqblk *, u_int32_t *);
443 (OSSwapBigToHostInt32(header.dqh_maxentries) > (file_size / sizeof(struct dqblk)))) {
782 * Lookup a dqblk structure for the specified identifier and
787 dqlookup(struct quotafile *qfp, u_long id, struct dqblk *dqb, uint32_t *index)
814 uio_addiov(auio, CAST_USER_ADDR_T(dqb), sizeof (struct dqblk));
830 bzero(dqb, sizeof(struct dqblk));
836 uio_addiov(auio, CAST_USER_ADDR_T(dqb), sizeof (struct dqblk));
1004 struct dqblk dqb, *dqblkp;
1020 uio_addiov(auio, CAST_USER_ADDR_T(&dqb), sizeof (struct dqblk));
1082 * LP64 support for munging dqblk structur
[all...]
H A Dvfs_syscalls.c1309 struct dqblk my_dqblk;
1333 /* uap->arg is a pointer to a dqblk structure. */
1338 /* uap->arg is a pointer to a dqblk structure. */
1370 /* uap->arg is a pointer to a dqblk structure we need to copy out to */
1378 error = copyout(datap, uap->arg, sizeof (struct dqblk));
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_quota.c647 * Q_GETQUOTA - return current values in a dqblk structure.
673 * Q_SETQUOTA - assign an entire dqblk structure.
684 struct dqblk * newlimp = (struct dqblk *) datap;
748 struct dqblk *quotablkp = (struct dqblk *) datap;
H A Dhfs_vfsutils.c2245 filesize += (items + 1) * sizeof(struct dqblk);
2263 filesize += (items + 1) * sizeof(struct dqblk);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_quota.c615 * Q_GETQUOTA - return current values in a dqblk structure.
640 * Q_SETQUOTA - assign an entire dqblk structure.
651 struct dqblk * newlimp = (struct dqblk *) datap;
715 struct dqblk *quotablkp = (struct dqblk *) datap;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsmount.h117 int (*nf_getquota)(struct nfsmount *, vfs_context_t, u_long, int, struct dqblk *);
H A Dnfs.h748 struct uio; struct vnode_attr; struct nameidata; struct dqblk; /* XXX */
1074 int nfs4_parsefattr(struct nfsm_chain *, struct nfs_fsattr *, struct nfs_vattr *, fhandle_t *, struct dqblk *);
H A Dnfs4_subs.c281 struct dqblk *dqbp)
289 struct dqblk dqb_dummy;
H A Dnfs_vfsops.c219 static int nfs3_getquota(struct nfsmount *, vfs_context_t, u_long, int, struct dqblk *);
220 static int nfs4_getquota(struct nfsmount *, vfs_context_t, u_long, int, struct dqblk *);
2086 nfs3_getquota(struct nfsmount *nmp, vfs_context_t ctx, u_long id, int type, struct dqblk *dqb)
2198 nfs4_getquota(struct nfsmount *nmp, vfs_context_t ctx, u_long id, int type, struct dqblk *dqb)
2286 struct dqblk *dqb = (struct dqblk*)datap;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3920 struct dqblk my_quota_blk;

Completed in 109 milliseconds