Home
last modified time | relevance | path

Searched refs:fdq (Results 1 – 2 of 2) sorted by relevance

/fs/
Dquota.c316 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/
Dxfs_super.c1335 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()