#include <linux/export.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/file.h>
#include <linux/highuid.h>
#include <linux/fs.h>
#include <linux/namei.h>
#include <linux/security.h>
#include <linux/syscalls.h>
#include <linux/pagemap.h>
#include <asm/uaccess.h>
#include <asm/unistd.h>
Go to the source code of this file.
|
void | generic_fillattr (struct inode *inode, struct kstat *stat) |
|
| EXPORT_SYMBOL (generic_fillattr) |
|
int | vfs_getattr (struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) |
|
| EXPORT_SYMBOL (vfs_getattr) |
|
int | vfs_fstat (unsigned int fd, struct kstat *stat) |
|
| EXPORT_SYMBOL (vfs_fstat) |
|
int | vfs_fstatat (int dfd, const char __user *filename, struct kstat *stat, int flag) |
|
| EXPORT_SYMBOL (vfs_fstatat) |
|
int | vfs_stat (const char __user *name, struct kstat *stat) |
|
| EXPORT_SYMBOL (vfs_stat) |
|
int | vfs_lstat (const char __user *name, struct kstat *stat) |
|
| EXPORT_SYMBOL (vfs_lstat) |
|
| SYSCALL_DEFINE2 (newstat, const char __user *, filename, struct stat __user *, statbuf) |
|
| SYSCALL_DEFINE2 (newlstat, const char __user *, filename, struct stat __user *, statbuf) |
|
| SYSCALL_DEFINE4 (newfstatat, int, dfd, const char __user *, filename, struct stat __user *, statbuf, int, flag) |
|
| SYSCALL_DEFINE2 (newfstat, unsigned int, fd, struct stat __user *, statbuf) |
|
| SYSCALL_DEFINE4 (readlinkat, int, dfd, const char __user *, pathname, char __user *, buf, int, bufsiz) |
|
| SYSCALL_DEFINE3 (readlink, const char __user *, path, char __user *, buf, int, bufsiz) |
|
void | __inode_add_bytes (struct inode *inode, loff_t bytes) |
|
void | inode_add_bytes (struct inode *inode, loff_t bytes) |
|
| EXPORT_SYMBOL (inode_add_bytes) |
|
void | inode_sub_bytes (struct inode *inode, loff_t bytes) |
|
| EXPORT_SYMBOL (inode_sub_bytes) |
|
loff_t | inode_get_bytes (struct inode *inode) |
|
| EXPORT_SYMBOL (inode_get_bytes) |
|
void | inode_set_bytes (struct inode *inode, loff_t bytes) |
|
| EXPORT_SYMBOL (inode_set_bytes) |
|
#define choose_32_64 |
( |
|
a, |
|
|
|
b |
|
) |
| b |
#define encode_dev |
( |
|
x | ) |
choose_32_64(old_encode_dev,new_encode_dev)(x) |