Searched refs:fqs (Results 1 – 2 of 2) sorted by relevance
209 struct fs_quota_stat fqs; in do_quotactl() local211 if ((ret = sb->s_qcop->get_xstate(sb, &fqs))) in do_quotactl()213 if (copy_to_user(addr, &fqs, sizeof(fqs))) in do_quotactl()
830 struct fs_quota_stat *fqs) in linvfs_getxstate() argument835 VFS_QUOTACTL(vfsp, Q_XGETQSTAT, 0, (caddr_t)fqs, error); in linvfs_getxstate()