Linux Kernel
3.7.1
|
#include <asm/uaccess.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/stat.h>
#include "ncp_fs.h"
Go to the source code of this file.
Macros | |
#define | NCP_SYMLINK_MAGIC0 cpu_to_le32(0x6c6d7973) /* "symlnk->" */ |
#define | NCP_SYMLINK_MAGIC1 cpu_to_le32(0x3e2d6b6e) |
Functions | |
int | ncp_symlink (struct inode *dir, struct dentry *dentry, const char *symname) |
Variables | |
struct address_space_operations | ncp_symlink_aops |
#define NCP_SYMLINK_MAGIC0 cpu_to_le32(0x6c6d7973) /* "symlnk->" */ |
#define NCP_SYMLINK_MAGIC1 cpu_to_le32(0x3e2d6b6e) |
struct address_space_operations ncp_symlink_aops |