Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ioctl.c File Reference
#include <linux/fs.h>
#include <linux/wait.h>
#include <linux/slab.h>
#include <linux/capability.h>
#include <linux/uaccess.h>
#include <linux/vmalloc.h>
#include <linux/compat.h>
#include <linux/mount.h>
#include <linux/buffer_head.h>
#include <linux/nilfs2_fs.h>
#include "nilfs.h"
#include "segment.h"
#include "bmap.h"
#include "cpfile.h"
#include "sufile.h"
#include "dat.h"

Go to the source code of this file.

Functions

int nilfs_ioctl_prepare_clean_segments (struct the_nilfs *nilfs, struct nilfs_argv *argv, void **kbufs)
 
long nilfs_ioctl (struct file *filp, unsigned int cmd, unsigned long arg)
 

Function Documentation

long nilfs_ioctl ( struct file filp,
unsigned int  cmd,
unsigned long  arg 
)

Definition at line 794 of file ioctl.c.

int nilfs_ioctl_prepare_clean_segments ( struct the_nilfs nilfs,
struct nilfs_argv argv,
void **  kbufs 
)

Definition at line 534 of file ioctl.c.