gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isNOT_RDONLY (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
1104:                 /* Update of the number of references */
1105:                 if (isNOT_RDONLY(omode)) {
1106:                         inode->ino_wrefcnt++;
1148: /* Stop writing reference */ 1149: if (isNOT_RDONLY(omode)) { 1150: if (--inode->ino_wrefcnt <= 0) {
5021: if (isFAT_RDONLY(inode->fino_ftype) && 5022: isNOT_RDONLY(fd->fd_omode)) { 5023: err = EX_ACCES;
5035: /* Check open mode */ 5036: if (isNOT_RDONLY(fd->fd_omode)) { 5037: /* Delete file data */
5209: /* Check the file system writing access */ 5210: if (isNOT_RDONLY(oflag) && fs->fs_rdonly != FALSE) { 5211: err = EX_ROFS;
5216: } else if (lp.lp_inode->ino_type == DT_DIR) { 5217: if (isNOT_RDONLY(oflag)) { 5218: /* Directory is reading open */