Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dquota.c209 struct fs_quota_stat fqs; in do_quotactl() local
211 if ((ret = sb->s_qcop->get_xstate(sb, &fqs))) in do_quotactl()
213 if (copy_to_user(addr, &fqs, sizeof(fqs))) in do_quotactl()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c830 struct fs_quota_stat *fqs) in linvfs_getxstate() argument
835 VFS_QUOTACTL(vfsp, Q_XGETQSTAT, 0, (caddr_t)fqs, error); in linvfs_getxstate()