tag | line | file | source code |
---|---|---|---|
f_owner | 110 | fs/fcntl.c | return filp->f_owner; |
f_owner | 112 | fs/fcntl.c | filp->f_owner = arg; /* XXX security implications? */ |
f_owner | 134 | fs/fcntl.c | if (fa->fa_file->f_owner > 0) |
f_owner | 135 | fs/fcntl.c | kill_proc(fa->fa_file->f_owner, sig, 1); |
f_owner | 137 | fs/fcntl.c | kill_pg(-fa->fa_file->f_owner, sig, 1); |
f_owner | 221 | include/linux/fs.h | int f_owner; /* pid or -pgrp where SIGIO should be sent */ |