taglinefilesource code
f_owner1314drivers/char/tty_io.cif (filp->f_owner == 0) {
f_owner1316drivers/char/tty_io.cfilp->f_owner = -tty->pgrp;
f_owner1318drivers/char/tty_io.cfilp->f_owner = current->pid;
f_owner110fs/fcntl.creturn filp->f_owner;
f_owner152fs/fcntl.cfilp->f_owner = arg;
f_owner174fs/fcntl.cif (fa->fa_file->f_owner > 0)
f_owner175fs/fcntl.ckill_proc(fa->fa_file->f_owner, sig, 1);
f_owner177fs/fcntl.ckill_pg(-fa->fa_file->f_owner, sig, 1);
f_owner330include/linux/fs.hint f_owner;    /* pid or -pgrp where SIGIO should be sent */