Searched refs:fqs (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_quotaops.c | 48 struct fs_quota_stat *fqs) in xfs_fs_get_xstate() argument 54 return -xfs_qm_scall_getqstat(mp, fqs); in xfs_fs_get_xstate()
|
/linux-3.4.99/kernel/ |
D | rcutorture.c | 331 void (*fqs)(void); member 421 .fqs = rcu_force_quiescent_state, 464 .fqs = rcu_force_quiescent_state, 481 .fqs = rcu_force_quiescent_state, 523 .fqs = rcu_bh_force_quiescent_state, 539 .fqs = rcu_bh_force_quiescent_state, 555 .fqs = rcu_bh_force_quiescent_state, 718 .fqs = rcu_sched_force_quiescent_state, 734 .fqs = rcu_sched_force_quiescent_state, 749 .fqs = rcu_sched_force_quiescent_state, [all …]
|
/linux-3.4.99/fs/quota/ |
D | quota.c | 201 struct fs_quota_stat fqs; in quota_getxstate() local 206 ret = sb->s_qcop->get_xstate(sb, &fqs); in quota_getxstate() 207 if (!ret && copy_to_user(addr, &fqs, sizeof(fqs))) in quota_getxstate()
|
/linux-3.4.99/fs/gfs2/ |
D | quota.c | 1439 struct fs_quota_stat *fqs) in gfs2_quota_get_xstate() argument 1443 memset(fqs, 0, sizeof(struct fs_quota_stat)); in gfs2_quota_get_xstate() 1444 fqs->qs_version = FS_QSTAT_VERSION; in gfs2_quota_get_xstate() 1448 fqs->qs_flags |= (FS_QUOTA_UDQ_ENFD | FS_QUOTA_GDQ_ENFD); in gfs2_quota_get_xstate() 1451 fqs->qs_flags |= (FS_QUOTA_UDQ_ACCT | FS_QUOTA_GDQ_ACCT); in gfs2_quota_get_xstate() 1458 fqs->qs_uquota.qfs_ino = GFS2_I(sdp->sd_quota_inode)->i_no_addr; in gfs2_quota_get_xstate() 1459 fqs->qs_uquota.qfs_nblks = sdp->sd_quota_inode->i_blocks; in gfs2_quota_get_xstate() 1461 fqs->qs_uquota.qfs_nextents = 1; /* unsupported */ in gfs2_quota_get_xstate() 1462 fqs->qs_gquota = fqs->qs_uquota; /* its the same inode in both cases */ in gfs2_quota_get_xstate() 1463 fqs->qs_incoredqs = atomic_read(&qd_lru_count); in gfs2_quota_get_xstate()
|