Searched refs:WRITE_OP (Results 1 – 3 of 3) sorted by relevance
99 tmpMode &= (READ_OP | WRITE_OP | EXEC_OP); in VfsPermissionCheck()108 || (!((uint)accMode & WRITE_OP) && IsCapPermit(CAP_DAC_READ_SEARCH))) { in VfsPermissionCheck()118 tmpMode |= WRITE_OP; in VfsPermissionCheck()495 str[i][1] = (mode & WRITE_OP) ? 'w' : '-'; in PrintFileInfo64()521 str[i][1] = (mode & WRITE_OP) ? 'w' : '-'; in PrintFileInfo()
62 #define WRITE_OP 2 macro
977 #define WRITE_OP 2 macro