Searched refs:fqs (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/xfs/linux-2.6/ |
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-2.6.39/kernel/ |
D | rcutorture.c | 303 void (*fqs)(void); member 393 .fqs = rcu_force_quiescent_state, 436 .fqs = rcu_force_quiescent_state, 453 .fqs = rcu_force_quiescent_state, 519 .fqs = rcu_bh_force_quiescent_state, 535 .fqs = rcu_bh_force_quiescent_state, 679 .fqs = rcu_sched_force_quiescent_state, 695 .fqs = rcu_sched_force_quiescent_state, 710 .fqs = rcu_sched_force_quiescent_state, 839 cur_ops->fqs(); in rcu_torture_fqs() [all …]
|
/linux-2.6.39/fs/quota/ |
D | quota.c | 202 struct fs_quota_stat fqs; in quota_getxstate() local 207 ret = sb->s_qcop->get_xstate(sb, &fqs); in quota_getxstate() 208 if (!ret && copy_to_user(addr, &fqs, sizeof(fqs))) in quota_getxstate()
|
/linux-2.6.39/fs/gfs2/ |
D | quota.c | 1451 struct fs_quota_stat *fqs) in gfs2_quota_get_xstate() argument 1455 memset(fqs, 0, sizeof(struct fs_quota_stat)); in gfs2_quota_get_xstate() 1456 fqs->qs_version = FS_QSTAT_VERSION; in gfs2_quota_get_xstate() 1460 fqs->qs_flags |= (FS_QUOTA_UDQ_ENFD | FS_QUOTA_GDQ_ENFD); in gfs2_quota_get_xstate() 1463 fqs->qs_flags |= (FS_QUOTA_UDQ_ACCT | FS_QUOTA_GDQ_ACCT); in gfs2_quota_get_xstate() 1470 fqs->qs_uquota.qfs_ino = GFS2_I(sdp->sd_quota_inode)->i_no_addr; in gfs2_quota_get_xstate() 1471 fqs->qs_uquota.qfs_nblks = sdp->sd_quota_inode->i_blocks; in gfs2_quota_get_xstate() 1473 fqs->qs_uquota.qfs_nextents = 1; /* unsupported */ in gfs2_quota_get_xstate() 1474 fqs->qs_gquota = fqs->qs_uquota; /* its the same inode in both cases */ in gfs2_quota_get_xstate() 1475 fqs->qs_incoredqs = atomic_read(&qd_lru_count); in gfs2_quota_get_xstate()
|