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/compat.h>
#include <linux/mount.h>
#include "ubifs.h"

Go to the source code of this file.

Functions

void ubifs_set_inode_flags (struct inode *inode)
 
long ubifs_ioctl (struct file *file, unsigned int cmd, unsigned long arg)
 

Function Documentation

long ubifs_ioctl ( struct file file,
unsigned int  cmd,
unsigned long  arg 
)

Definition at line 147 of file ioctl.c.

void ubifs_set_inode_flags ( struct inode inode)

ubifs_set_inode_flags - set VFS inode flags. : VFS inode to set flags for

This function propagates flags from UBIFS inode object to VFS inode object.

Definition at line 37 of file ioctl.c.