Home | History | Annotate | Download | only in openssh

Lines Matching refs:ffree

871 	unsigned long long ffree;
876 ffree = st.f_files ? (100 * (st.f_files - st.f_ffree) / st.f_files) : 0;
883 (unsigned long long)st.f_ffree, ffree);