Home | History | Annotate | Download | only in block

Lines Matching refs:st_mode

742 	direntry->attributes=(S_ISDIR(st.st_mode)?0x10:0x20);
761 direntry->size=cpu_to_le32(S_ISDIR(st.st_mode)?0:st.st_size);
764 if(!is_dot && !is_dotdot && (S_ISDIR(st.st_mode) || st.st_size)) {
774 if (S_ISDIR(st.st_mode)) {
784 (st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0;