Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Dquota.c310 static int quota_getstate(struct super_block *sb, struct fs_quota_stat *fqs) in quota_getstate() argument
320 memset(fqs, 0, sizeof(*fqs)); in quota_getstate()
321 fqs->qs_version = FS_QSTAT_VERSION; in quota_getstate()
322 fqs->qs_flags = quota_state_to_flags(&state); in quota_getstate()
324 if (!fqs->qs_flags) in quota_getstate()
326 fqs->qs_incoredqs = state.s_incoredqs; in quota_getstate()
335 fqs->qs_btimelimit = state.s_state[type].spc_timelimit; in quota_getstate()
336 fqs->qs_itimelimit = state.s_state[type].ino_timelimit; in quota_getstate()
337 fqs->qs_rtbtimelimit = state.s_state[type].rt_spc_timelimit; in quota_getstate()
338 fqs->qs_bwarnlimit = state.s_state[type].spc_warnlimit; in quota_getstate()
[all …]
/linux-4.4.14/kernel/rcu/
Drcutorture.c257 void (*fqs)(void); member
386 .fqs = rcu_force_quiescent_state,
426 .fqs = rcu_bh_force_quiescent_state,
470 .fqs = NULL,
642 .fqs = rcu_sched_force_quiescent_state,
681 .fqs = NULL,
882 cur_ops->fqs(); in rcu_torture_fqs()
1746 if (cur_ops->fqs == NULL && fqs_duration != 0) { in rcu_torture_init()
Dtree.c4392 static const char * const fqs[] = RCU_FQS_NAME_INIT; in rcu_init_one() local
4430 &rcu_fqs_class[i], fqs[i]); in rcu_init_one()