Searched refs:fown (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfcntl.c494 struct fown_struct *fown, int sig)
501 ret = ((fown->euid == 0 ||
502 fown->euid == cred->suid || fown->euid == cred->uid ||
503 fown->uid == cred->suid || fown->uid == cred->uid) &&
504 !security_file_send_sigiotask(p, fown, sig));
510 struct fown_struct *fown,
517 int signum = ACCESS_ONCE(fown->signum);
519 if (!sigio_perm(p, fown, signu
493 sigio_perm(struct task_struct *p, struct fown_struct *fown, int sig) argument
509 send_sigio_to_task(struct task_struct *p, struct fown_struct *fown, int fd, int reason, int group) argument
551 send_sigio(struct fown_struct *fown, int fd, int band) argument
579 send_sigurg_to_task(struct task_struct *p, struct fown_struct *fown, int group) argument
586 send_sigurg(struct fown_struct *fown) argument
728 struct fown_struct *fown; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/dnotify/
H A Ddnotify.c94 struct fown_struct *fown; local
110 fown = &dn->dn_filp->f_owner;
111 send_sigio(fown, dn->dn_fd, POLL_MSG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsecurity.h611 * Check permission for the file owner @fown to send SIGIO or SIGURG to the
613 * Note that the fown_struct, @fown, is never outside the context of a
616 * container_of(fown, struct file, f_owner)
618 * @fown contains the file owner information.
1480 struct fown_struct *fown, int sig);
1733 struct fown_struct *fown, int sig);
2216 struct fown_struct *fown,
2215 security_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int sig) argument
H A Dfs.h1090 extern void send_sigio(struct fown_struct *fown, int fd, int band);
1293 extern int send_sigurg(struct fown_struct *fown);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dsecurity.c680 struct fown_struct *fown, int sig)
682 return security_ops->file_send_sigiotask(tsk, fown, sig);
679 security_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int sig) argument
H A Dcapability.c336 struct fown_struct *fown, int sig)
335 cap_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int sig) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c1019 * @fown: the object the signal come from
1028 struct fown_struct *fown, int signum)
1038 file = container_of(fown, struct file, f_owner);
1027 smack_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int signum) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c3119 struct fown_struct *fown, int signum)
3127 file = container_of(fown, struct file, f_owner);
3118 selinux_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int signum) argument

Completed in 203 milliseconds