FSOPEN_CLOEXEC    125 fs/fsopen.c    	if (flags & ~FSOPEN_CLOEXEC)
FSOPEN_CLOEXEC    148 fs/fsopen.c    	return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0);