tag | line | file | source code |
l_type | 187 | fs/locks.c | if ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) || |
l_type | 188 | fs/locks.c | (flock.l_type == F_SHLCK)) |
l_type | 201 | fs/locks.c | flock.l_type = fl->fl_type; |
l_type | 207 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
l_type | 238 | fs/locks.c | switch (flock.l_type) { |
l_type | 294 | fs/locks.c | switch (l->l_type) { |
l_type | 298 | fs/locks.c | fl->fl_type = l->l_type; |
l_type | 58 | include/asm-alpha/fcntl.h | short l_type; |
l_type | 57 | include/asm-i386/fcntl.h | short l_type; |
l_type | 58 | include/asm-mips/fcntl.h | short l_type; |
l_type | 57 | include/asm-ppc/fcntl.h | short l_type; |
l_type | 57 | include/asm-sparc/fcntl.h | short l_type; |