Searched refs:fdq (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | quota.c | 316 struct fs_disk_quota fdq; in do_quotactl() local 318 if (copy_from_user(&fdq, addr, sizeof(fdq))) in do_quotactl() 320 return sb->s_qcop->set_xquota(sb, type, id, &fdq); in do_quotactl() 323 struct fs_disk_quota fdq; in do_quotactl() local 325 if ((ret = sb->s_qcop->get_xquota(sb, type, id, &fdq))) in do_quotactl() 327 if (copy_to_user(addr, &fdq, sizeof(fdq))) in do_quotactl()
|
/fs/xfs/linux-2.6/ |
D | xfs_super.c | 1335 struct fs_disk_quota *fdq) in xfs_fs_getxquota() argument 1340 Q_XGETPQUOTA), id, (caddr_t)fdq); in xfs_fs_getxquota() 1348 struct fs_disk_quota *fdq) in xfs_fs_setxquota() argument 1353 Q_XSETPQLIM), id, (caddr_t)fdq); in xfs_fs_setxquota()
|