Lines Matching refs:ret
624 int ret;627 ret = osb->osb_flags & OCFS2_OSB_HARD_RO;630 return ret;635 int ret;638 ret = osb->osb_flags & OCFS2_OSB_SOFT_RO;641 return ret;924 int fix = 0, ret, tmpmax;929 ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix;930 if (ret > max)932 return ret;