taglinefilesource code
f_owner116fs/fcntl.creturn filp->f_owner;
f_owner118fs/fcntl.cfilp->f_owner = arg; /* XXX security implications? */
f_owner140fs/fcntl.cif (fa->fa_file->f_owner > 0)
f_owner141fs/fcntl.ckill_proc(fa->fa_file->f_owner, sig, 1);
f_owner143fs/fcntl.ckill_pg(-fa->fa_file->f_owner, sig, 1);
f_owner233include/linux/fs.hint f_owner;    /* pid or -pgrp where SIGIO should be sent */