Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfs_ioctl.h File Reference

Go to the source code of this file.

Functions

int xfs_ioc_space (struct xfs_inode *ip, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, xfs_flock64_t *bf)
 
int xfs_find_handle (unsigned int cmd, xfs_fsop_handlereq_t *hreq)
 
int xfs_open_by_handle (struct file *parfilp, xfs_fsop_handlereq_t *hreq)
 
int xfs_readlink_by_handle (struct file *parfilp, xfs_fsop_handlereq_t *hreq)
 
int xfs_attrmulti_attr_get (struct inode *inode, unsigned char *name, unsigned char __user *ubuf, __uint32_t *len, __uint32_t flags)
 
int xfs_attrmulti_attr_set (struct inode *inode, unsigned char *name, const unsigned char __user *ubuf, __uint32_t len, __uint32_t flags)
 
int xfs_attrmulti_attr_remove (struct inode *inode, unsigned char *name, __uint32_t flags)
 
struct dentryxfs_handle_to_dentry (struct file *parfilp, void __user *uhandle, u32 hlen)
 
long xfs_file_ioctl (struct file *filp, unsigned int cmd, unsigned long p)
 
long xfs_file_compat_ioctl (struct file *file, unsigned int cmd, unsigned long arg)
 

Function Documentation

int xfs_attrmulti_attr_get ( struct inode inode,
unsigned char name,
unsigned char __user ubuf,
__uint32_t *  len,
__uint32_t  flags 
)

Definition at line 445 of file xfs_ioctl.c.

int xfs_attrmulti_attr_remove ( struct inode inode,
unsigned char name,
__uint32_t  flags 
)

Definition at line 505 of file xfs_ioctl.c.

int xfs_attrmulti_attr_set ( struct inode inode,
unsigned char name,
const unsigned char __user ubuf,
__uint32_t  len,
__uint32_t  flags 
)

Definition at line 480 of file xfs_ioctl.c.

long xfs_file_compat_ioctl ( struct file file,
unsigned int  cmd,
unsigned long  arg 
)
long xfs_file_ioctl ( struct file filp,
unsigned int  cmd,
unsigned long  p 
)

Definition at line 1331 of file xfs_ioctl.c.

int xfs_find_handle ( unsigned int  cmd,
xfs_fsop_handlereq_t hreq 
)

Definition at line 66 of file xfs_ioctl.c.

struct dentry* xfs_handle_to_dentry ( struct file parfilp,
void __user uhandle,
u32  hlen 
)
read

Definition at line 159 of file xfs_ioctl.c.

int xfs_ioc_space ( struct xfs_inode *  ip,
struct inode inode,
struct file filp,
int  ioflags,
unsigned int  cmd,
xfs_flock64_t bf 
)

Definition at line 607 of file xfs_ioctl.c.

int xfs_open_by_handle ( struct file parfilp,
xfs_fsop_handlereq_t hreq 
)

Definition at line 199 of file xfs_ioctl.c.

int xfs_readlink_by_handle ( struct file parfilp,
xfs_fsop_handlereq_t hreq 
)

Definition at line 305 of file xfs_ioctl.c.