Lines Matching defs:info
110 struct qc_info *info)
121 if (info->i_fieldmask & ~XFS_QC_SETINFO_MASK)
123 if ((info->i_fieldmask & XFS_QC_SETINFO_MASK) == 0)
126 newlim.d_fieldmask = info->i_fieldmask;
127 newlim.d_spc_timer = info->i_spc_timelimit;
128 newlim.d_ino_timer = info->i_ino_timelimit;
129 newlim.d_rt_spc_timer = info->i_rt_spc_timelimit;
130 newlim.d_ino_warns = info->i_ino_warnlimit;
131 newlim.d_spc_warns = info->i_spc_warnlimit;
132 newlim.d_rt_spc_warns = info->i_rt_spc_warnlimit;
235 /* Return quota info for active quota >= this qid */