tag | line | file | source code |
f_owner | 1246 | drivers/char/tty_io.c | if (filp->f_owner == 0) { |
f_owner | 1248 | drivers/char/tty_io.c | filp->f_owner = -tty->pgrp; |
f_owner | 1250 | drivers/char/tty_io.c | filp->f_owner = current->pid; |
f_owner | 118 | fs/fcntl.c | return filp->f_owner; |
f_owner | 160 | fs/fcntl.c | filp->f_owner = arg; |
f_owner | 182 | fs/fcntl.c | if (fa->fa_file->f_owner > 0) |
f_owner | 183 | fs/fcntl.c | kill_proc(fa->fa_file->f_owner, sig, 1); |
f_owner | 185 | fs/fcntl.c | kill_pg(-fa->fa_file->f_owner, sig, 1); |
f_owner | 259 | include/linux/fs.h | int f_owner; /* pid or -pgrp where SIGIO should be sent */ |