Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:S_ISREG

270 		if ((stat(fn, &st) < 0) || !S_ISREG(st.st_mode)) {