tag | line | file | source code |
l_type | 195 | fs/locks.c | if ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) || |
l_type | 196 | fs/locks.c | (flock.l_type == F_SHLCK)) |
l_type | 209 | fs/locks.c | flock.l_type = fl->fl_type; |
l_type | 215 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
l_type | 263 | fs/locks.c | switch (flock.l_type) { |
l_type | 396 | fs/locks.c | switch (l->l_type) { |
l_type | 400 | 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; |