Searched refs:fdq (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_quotaops.c103 struct fs_disk_quota *fdq)
112 return -xfs_qm_scall_getquota(mp, id, xfs_quota_type(type), fdq);
120 struct fs_disk_quota *fdq)
131 return -xfs_qm_scall_setqlim(mp, id, xfs_quota_type(type), fdq);
99 xfs_fs_get_dqblk( struct super_block *sb, int type, qid_t id, struct fs_disk_quota *fdq) argument
116 xfs_fs_set_dqblk( struct super_block *sb, int type, qid_t id, struct fs_disk_quota *fdq) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota.c137 struct fs_disk_quota fdq; local
143 ret = sb->s_qcop->get_dqblk(sb, type, id, &fdq);
146 copy_to_if_dqblk(&idq, &fdq);
181 struct fs_disk_quota fdq; local
188 copy_from_if_dqblk(&fdq, &idq);
189 return sb->s_qcop->set_dqblk(sb, type, id, &fdq);
219 struct fs_disk_quota fdq; local
221 if (copy_from_user(&fdq, addr, sizeof(fdq)))
225 return sb->s_qcop->set_dqblk(sb, type, id, &fdq);
231 struct fs_disk_quota fdq; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dquota.c621 * @fdq: The updated limits to record
631 struct fs_disk_quota *fdq)
659 if (fdq) {
660 if (fdq->d_fieldmask & FS_DQ_BSOFT) {
661 qp->qu_warn = cpu_to_be64(fdq->d_blk_softlimit);
664 if (fdq->d_fieldmask & FS_DQ_BHARD) {
665 qp->qu_limit = cpu_to_be64(fdq->d_blk_hardlimit);
1472 struct fs_disk_quota *fdq)
1480 memset(fdq, 0, sizeof(struct fs_disk_quota));
1500 fdq
629 gfs2_adjust_quota(struct gfs2_inode *ip, loff_t loc, s64 change, struct gfs2_quota_data *qd, struct fs_disk_quota *fdq) argument
1471 gfs2_get_dqblk(struct super_block *sb, int type, qid_t id, struct fs_disk_quota *fdq) argument
1516 gfs2_set_dqblk(struct super_block *sb, int type, qid_t id, struct fs_disk_quota *fdq) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.c614 char *fdq; local
615 for (fdq = fdp; fdq < fd_end; fdq++)
616 if (*fdq & (FMTDIR_END | FMTDIR_ERROR))
618 if (!(fdq < fd_end))
623 if (*fdq & FMTDIR_ERROR)
624 memset (fdp, ATTR_INVALID_FORMAT_DIRECTIVE, fdq - fdp + 1);
626 memset (fdp, ATTR_FORMAT_DIRECTIVE, fdq - fdp + 1);
627 fdp = fdq;
[all...]

Completed in 107 milliseconds