tag | line | file | source code |
l_type | 132 | fs/locks.c | if ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) || |
l_type | 133 | fs/locks.c | (flock.l_type == F_SHLCK)) |
l_type | 146 | fs/locks.c | flock.l_type = fl->fl_type; |
l_type | 152 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
l_type | 183 | fs/locks.c | switch (flock.l_type) { |
l_type | 239 | fs/locks.c | switch (l->l_type) { |
l_type | 243 | 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; |