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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota.c306 struct fs_disk_quota fdq; local
308 if (copy_from_user(&fdq, addr, sizeof(fdq)))
310 return sb->s_qcop->set_xquota(sb, type, id, &fdq);
313 struct fs_disk_quota fdq; local
315 if ((ret = sb->s_qcop->get_xquota(sb, type, id, &fdq)))
317 if (copy_to_user(addr, &fdq, sizeof(fdq)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_super.c766 struct fs_disk_quota *fdq)
771 Q_XGETPQUOTA), id, (caddr_t)fdq);
779 struct fs_disk_quota *fdq)
784 Q_XSETPQLIM), id, (caddr_t)fdq);
762 xfs_fs_getxquota( struct super_block *sb, int type, qid_t id, struct fs_disk_quota *fdq) argument
775 xfs_fs_setxquota( struct super_block *sb, int type, qid_t id, struct fs_disk_quota *fdq) argument

Completed in 49 milliseconds