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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v1.c43 struct v1_disk_dqblk dqblk; local
49 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
50 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id));
52 v1_disk2mem_dqblk(&dquot->dq_dqb, &dqblk);
65 struct v1_disk_dqblk dqblk; local
67 v1_mem2disk_dqblk(&dqblk, &dquot->dq_dqb);
69 dqblk.dqb_btime = sb_dqopt(dquot->dq_sb)->info[type].dqi_bgrace;
70 dqblk.dqb_itime = sb_dqopt(dquot->dq_sb)->info[type].dqi_igrace;
74 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type, (char *)&dqblk,
133 struct v1_disk_dqblk dqblk; local
151 struct v1_disk_dqblk dqblk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c64 static int overquota( struct dqblk *);
86 static int get_linux_xfs_quota(int, char*, uid_t, struct dqblk *);
87 static int get_linux_fs_quota(int, char*, uid_t, struct dqblk *);
178 static int get_linux_quota(int what, char *path, uid_t euser_id, struct dqblk *dp)
194 static int get_linux_xfs_quota(int what, char *path, uid_t euser_id, struct dqblk *dqb)
221 static int get_linux_fs_quota(int what, char *path, uid_t euser_id, struct dqblk *dqb)
431 static int getfsquota(struct vol *vol, const int uid, struct dqblk *dq)
434 struct dqblk dqg;
545 static int getquota( struct vol *vol, struct dqblk *dq, const u_int32_t bsize)
628 static int overquota( struct dqblk *dqbl argument
686 struct dqblk dqblk; local
[all...]
H A Dunix.h48 #define dqblk ufs_dqblk macro
124 struct dqblk { struct
212 struct dqblk *);
H A Dnfsquota.c108 struct dqblk *dqp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dsysquotas.c26 #define SYS_DQBLK dqblk
53 struct dqblk D;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas_4A.c86 struct dqblk D;
181 struct dqblk D;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dquotas.c459 struct dqblk D;
580 struct dqblk D;
739 struct dqblk D;
806 struct dqblk D;
927 /* AIX 4.X: Rename members of the dqblk structure (ohnielse@fysik.dtu.dk) */
990 struct dqblk D;
1115 struct dqblk D;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure35446 # if we have struct dqblk .dqb_fsoftlimit instead of .dqb_isoftlimit on IRIX
35447 echo "$as_me:$LINENO: checking if struct dqblk has .dqb_fsoftlimit" >&5
35448 echo $ECHO_N "checking if struct dqblk has .dqb_fsoftlimit... $ECHO_C" >&6
35469 struct dqblk D;
[all...]

Completed in 96 milliseconds