Linux Kernel
3.7.1
|
#include <linux/capability.h>
#include <linux/module.h>
#include <linux/compat.h>
#include <linux/mount.h>
#include <linux/time.h>
#include <linux/buffer_head.h>
#include <linux/writeback.h>
#include <linux/backing-dev.h>
#include <linux/blkdev.h>
#include <linux/fsnotify.h>
#include <linux/security.h>
#include "fat.h"
Go to the source code of this file.
Macros | |
#define | TIMES_SET_FLAGS (ATTR_MTIME_SET | ATTR_ATIME_SET | ATTR_TIMES_SET) |
#define | FAT_VALID_MODE (S_IFREG | S_IFDIR | S_IRWXUGO) |
Functions | |
long | fat_generic_ioctl (struct file *filp, unsigned int cmd, unsigned long arg) |
int | fat_file_fsync (struct file *filp, loff_t start, loff_t end, int datasync) |
void | fat_truncate_blocks (struct inode *inode, loff_t offset) |
int | fat_getattr (struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) |
EXPORT_SYMBOL_GPL (fat_getattr) | |
int | fat_setattr (struct dentry *dentry, struct iattr *attr) |
EXPORT_SYMBOL_GPL (fat_setattr) | |
Variables | |
struct file_operations | fat_file_operations |
struct inode_operations | fat_file_inode_operations |
#define TIMES_SET_FLAGS (ATTR_MTIME_SET | ATTR_ATIME_SET | ATTR_TIMES_SET) |
EXPORT_SYMBOL_GPL | ( | fat_getattr | ) |
EXPORT_SYMBOL_GPL | ( | fat_setattr | ) |
struct inode_operations fat_file_inode_operations |
struct file_operations fat_file_operations |