Searched refs:FSSH_O_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
46 #define FSSH_O_NONBLOCK 0x00000080 /* non blocking io */ macro
786 #define O_NONBLOCK FSSH_O_NONBLOCK
212 SET_OPEN_MODE_FLAG(O_NONBLOCK, FSSH_O_NONBLOCK) in to_platform_open_mode()
3572 argument &= FSSH_O_APPEND | FSSH_O_NONBLOCK; in common_fcntl()3577 descriptor->open_mode = (descriptor->open_mode & ~(FSSH_O_APPEND | FSSH_O_NONBLOCK)) in common_fcntl()