Searched refs:fdq (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/ |
D | quota.c | 218 struct fs_disk_quota fdq; in do_quotactl() local 220 if (copy_from_user(&fdq, addr, sizeof(fdq))) in do_quotactl() 222 return sb->s_qcop->set_xquota(sb, type, id, &fdq); in do_quotactl() 225 struct fs_disk_quota fdq; in do_quotactl() local 227 if ((ret = sb->s_qcop->get_xquota(sb, type, id, &fdq))) in do_quotactl() 229 if (copy_to_user(addr, &fdq, sizeof(fdq))) in do_quotactl()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_super.c | 857 struct fs_disk_quota *fdq) in linvfs_getxquota() argument 863 VFS_QUOTACTL(vfsp, getmode, id, (caddr_t)fdq, error); in linvfs_getxquota() 872 struct fs_disk_quota *fdq) in linvfs_setxquota() argument 878 VFS_QUOTACTL(vfsp, setmode, id, (caddr_t)fdq, error); in linvfs_setxquota()
|