Home
last modified time | relevance | path

Searched refs:fown (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/
Dfcntl.c401 struct fown_struct *fown, in send_sigio_to_task() argument
405 if ((fown->euid != 0) && in send_sigio_to_task()
406 (fown->euid ^ p->suid) && (fown->euid ^ p->uid) && in send_sigio_to_task()
407 (fown->uid ^ p->suid) && (fown->uid ^ p->uid)) in send_sigio_to_task()
409 switch (fown->signum) { in send_sigio_to_task()
418 si.si_signo = fown->signum; in send_sigio_to_task()
431 if (!send_sig_info(fown->signum, &si, p)) in send_sigio_to_task()
439 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() argument
442 int pid = fown->pid; in send_sigio()
446 send_sigio_to_task(p, fown, fd, band); in send_sigio()
[all …]
Ddnotify.c24 extern void send_sigio(struct fown_struct *fown, int fd, int band);
127 struct fown_struct * fown; in __inode_dir_notify() local
137 fown = &dn->dn_filp->f_owner; in __inode_dir_notify()
138 if (fown->pid) in __inode_dir_notify()
139 send_sigio(fown, dn->dn_fd, POLL_MSG); in __inode_dir_notify()