Linux Kernel
3.7.1
|
#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) |