• Home
  • Raw
  • Download

Lines Matching refs:info

192 	struct mem_dqinfo *info = sb_dqinfo(sb, type);  in ocfs2_quota_write()  local
193 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_quota_write()
302 struct mem_dqinfo *info = sb_dqinfo(sb, type); in ocfs2_global_read_info() local
303 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_global_read_info()
342 info->dqi_bgrace = le32_to_cpu(dinfo.dqi_bgrace); in ocfs2_global_read_info()
343 info->dqi_igrace = le32_to_cpu(dinfo.dqi_igrace); in ocfs2_global_read_info()
366 struct mem_dqinfo *info = sb_dqinfo(sb, type); in __ocfs2_global_write_info() local
367 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in __ocfs2_global_write_info()
372 info->dqi_flags &= ~DQF_INFO_DIRTY; in __ocfs2_global_write_info()
373 dinfo.dqi_bgrace = cpu_to_le32(info->dqi_bgrace); in __ocfs2_global_write_info()
374 dinfo.dqi_igrace = cpu_to_le32(info->dqi_igrace); in __ocfs2_global_write_info()
395 struct ocfs2_mem_dqinfo *info = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_global_write_info() local
397 err = ocfs2_qinfo_lock(info, 1); in ocfs2_global_write_info()
401 ocfs2_qinfo_unlock(info, 1); in ocfs2_global_write_info()
410 struct ocfs2_mem_dqinfo *info = in ocfs2_global_read_dquot() local
413 err = ocfs2_qinfo_lock(info, 0); in ocfs2_global_read_dquot()
416 err = qtree_read_dquot(&info->dqi_gi, dquot); in ocfs2_global_read_dquot()
424 err = ocfs2_qinfo_lock(info, 1); in ocfs2_global_read_dquot()
429 err = qtree_write_dquot(&info->dqi_gi, dquot); in ocfs2_global_read_dquot()
437 ocfs2_qinfo_unlock(info, 1); in ocfs2_global_read_dquot()
438 ocfs2_qinfo_unlock(info, 0); in ocfs2_global_read_dquot()
453 struct ocfs2_mem_dqinfo *info = sb_dqinfo(sb, type)->dqi_priv; in __ocfs2_sync_dquot() local
528 err = ocfs2_qinfo_lock(info, freeing); in __ocfs2_sync_dquot()
537 err = qtree_write_dquot(&info->dqi_gi, dquot); in __ocfs2_sync_dquot()
541 err = qtree_release_dquot(&info->dqi_gi, dquot); in __ocfs2_sync_dquot()
549 ocfs2_qinfo_unlock(info, freeing); in __ocfs2_sync_dquot()