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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota.c297 struct fs_quota_stat fqs; local
299 if ((ret = sb->s_qcop->get_xstate(sb, &fqs)))
301 if (copy_to_user(addr, &fqs, sizeof(fqs)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_super.c747 struct fs_quota_stat *fqs)
749 return -bhv_vfs_quotactl(vfs_from_sb(sb), Q_XGETQSTAT, 0, (caddr_t)fqs);
745 xfs_fs_getxstate( struct super_block *sb, struct fs_quota_stat *fqs) argument

Completed in 111 milliseconds