Lines Matching +full:0 +full:- +full:9 +full:a +full:- +full:f_
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
8 * FMODE_EXEC is 0x20
11 * -Eric Paris
53 #define O_DIRECTORY 00200000 /* must be a directory */
73 * This has the nice side-effect that we can simply test for O_DSYNC
91 /* a horrid kludge trying to make sure that this will fail on old kernels */
98 #define F_DUPFD 0 /* dup */
101 #define F_GETFL 3 /* get file->f_flags */
102 #define F_SETFL 4 /* set file->f_flags */
110 #define F_GETOWN 9 /* for sockets. */
137 * Usually record locks held by a process are released on *any* close and are
138 * not inherited across a fork().
140 * These cmd values will set locks that conflict with process-associated
150 #define F_OWNER_TID 0
159 /* for F_[GET|SET]FL */
164 #define F_RDLCK 0
186 #define LOCK_MAND 32 /* This is a mandatory flock ... */