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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dcompat.c47 struct if_dqblk __user *dqblk; local
59 dqblk = compat_alloc_user_space(sizeof(struct if_dqblk));
61 ret = sys_quotactl(cmd, special, id, dqblk);
64 if (copy_in_user(compat_dqblk, dqblk, sizeof(*compat_dqblk)) ||
65 get_user(data, &dqblk->dqb_valid) ||
70 dqblk = compat_alloc_user_space(sizeof(struct if_dqblk));
73 if (copy_in_user(dqblk, compat_dqblk, sizeof(*compat_dqblk)) ||
75 put_user(data, &dqblk->dqb_valid))
77 ret = sys_quotactl(cmd, special, id, dqblk);
H A Dquota_v1.c58 struct v1_disk_dqblk dqblk; local
64 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
65 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk,
68 v1_disk2mem_dqblk(&dquot->dq_dqb, &dqblk);
83 struct v1_disk_dqblk dqblk; local
85 v1_mem2disk_dqblk(&dqblk, &dquot->dq_dqb);
87 dqblk.dqb_btime =
89 dqblk.dqb_itime =
95 (char *)&dqblk, sizeof(struct v1_disk_dqblk),
158 struct v1_disk_dqblk dqblk; local
183 struct v1_disk_dqblk dqblk; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c155 static int overquota( struct dqblk *);
177 static int get_linux_xfs_quota(int, char*, uid_t, struct dqblk *);
178 static int get_linux_fs_quota(int, char*, uid_t, struct dqblk *);
269 static int get_linux_quota(int what, char *path, uid_t euser_id, struct dqblk *dp)
285 static int get_linux_xfs_quota(int what, char *path, uid_t euser_id, struct dqblk *dqb)
312 static int get_linux_fs_quota(int what, char *path, uid_t euser_id, struct dqblk *dqb)
522 static int getfsquota(struct vol *vol, const int uid, struct dqblk *dq)
525 struct dqblk dqg;
636 static int getquota( struct vol *vol, struct dqblk *dq, const u_int32_t bsize)
719 static int overquota( struct dqblk *dqbl argument
777 struct dqblk dqblk; local
[all...]
H A Dunix.h48 #define dqblk ufs_dqblk macro
125 struct dqblk { struct
213 struct dqblk *);
H A Dnfsquota.c108 struct dqblk *dqp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dsysquotas.c28 #define SYS_DQBLK dqblk
57 struct dqblk D;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_local.c469 struct ocfs2_local_disk_dqblk *dqblk; local
500 dqblk = (struct ocfs2_local_disk_dqblk *)(qbh->b_data +
502 dquot = dqget(sb, le64_to_cpu(dqblk->dqb_id), type);
508 (unsigned)le64_to_cpu(dqblk->dqb_id),
530 spacechange = le64_to_cpu(dqblk->dqb_spacemod);
531 inodechange = le64_to_cpu(dqblk->dqb_inodemod);
872 struct ocfs2_local_disk_dqblk *dqblk; local
875 dqblk = (struct ocfs2_local_disk_dqblk *)(bh->b_data
878 dqblk->dqb_id = cpu_to_le64(od->dq_dquot.dq_id);
880 dqblk
[all...]
H A Dquota_global.c486 struct ocfs2_global_disk_dqblk dqblk; local
490 err = sb->s_op->quota_read(sb, type, (char *)&dqblk,
512 ocfs2_global_disk2memdqb(dquot, &dqblk);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysquotas_4A.c92 struct dqblk D;
187 struct dqblk D;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dquotas.c462 struct dqblk D;
583 struct dqblk D;
743 struct dqblk D;
810 struct dqblk D;
935 /* AIX 4.X: Rename members of the dqblk structure (ohnielse@fysik.dtu.dk) */
1002 struct dqblk D;
1127 struct dqblk D;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure[all...]

Completed in 126 milliseconds