#include <linux/syscalls.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/file.h>
#include <linux/fdtable.h>
#include <linux/capability.h>
#include <linux/dnotify.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/pipe_fs_i.h>
#include <linux/security.h>
#include <linux/ptrace.h>
#include <linux/signal.h>
#include <linux/rcupdate.h>
#include <linux/pid_namespace.h>
#include <linux/user_namespace.h>
#include <asm/poll.h>
#include <asm/siginfo.h>
#include <asm/uaccess.h>
Go to the source code of this file.
|
int | __f_setown (struct file *filp, struct pid *pid, enum pid_type type, int force) |
|
| EXPORT_SYMBOL (__f_setown) |
|
int | f_setown (struct file *filp, unsigned long arg, int force) |
|
| EXPORT_SYMBOL (f_setown) |
|
void | f_delown (struct file *filp) |
|
pid_t | f_getown (struct file *filp) |
|
| SYSCALL_DEFINE3 (fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) |
|
void | send_sigio (struct fown_struct *fown, int fd, int band) |
|
int | send_sigurg (struct fown_struct *fown) |
|
int | fasync_remove_entry (struct file *filp, struct fasync_struct **fapp) |
|
struct fasync_struct * | fasync_alloc (void) |
|
void | fasync_free (struct fasync_struct *new) |
|
struct fasync_struct * | fasync_insert_entry (int fd, struct file *filp, struct fasync_struct **fapp, struct fasync_struct *new) |
|
int | fasync_helper (int fd, struct file *filp, int on, struct fasync_struct **fapp) |
|
| EXPORT_SYMBOL (fasync_helper) |
|
void | kill_fasync (struct fasync_struct **fp, int sig, int band) |
|
| EXPORT_SYMBOL (kill_fasync) |
|
SYSCALL_DEFINE3 |
( |
fcntl |
, |
|
|
unsigned |
int, |
|
|
fd |
, |
|
|
unsigned |
int, |
|
|
cmd |
, |
|
|
unsigned |
long, |
|
|
arg |
|
|
) |
| |