taglinefilesource code
f_owner1312drivers/char/tty_io.cif (filp->f_owner == 0) {
f_owner1314drivers/char/tty_io.cfilp->f_owner = -tty->pgrp;
f_owner1316drivers/char/tty_io.cfilp->f_owner = current->pid;
f_owner108fs/fcntl.creturn filp->f_owner;
f_owner150fs/fcntl.cfilp->f_owner = arg;
f_owner172fs/fcntl.cif (fa->fa_file->f_owner > 0)
f_owner173fs/fcntl.ckill_proc(fa->fa_file->f_owner, sig, 1);
f_owner175fs/fcntl.ckill_pg(-fa->fa_file->f_owner, sig, 1);
f_owner324include/linux/fs.hint f_owner;    /* pid or -pgrp where SIGIO should be sent */