|
Linux Kernel
3.7.1
|
#include <linux/exportfs.h>#include <linux/fs.h>#include <linux/file.h>#include <linux/module.h>#include <linux/mount.h>#include <linux/namei.h>#include <linux/sched.h>Go to the source code of this file.
Data Structures | |
| struct | getdents_callback |
Macros | |
| #define | dprintk(fmt, args...) do{}while(0) |
Functions | |
: a pointer to a NAME_MAX+1 char buffer to store the name | |
| int | exportfs_encode_fh (struct dentry *dentry, struct fid *fid, int *max_len, int connectable) |
| EXPORT_SYMBOL_GPL (exportfs_encode_fh) | |
| struct dentry * | exportfs_decode_fh (struct vfsmount *mnt, struct fid *fid, int fh_len, int fileid_type, int(*acceptable)(void *, struct dentry *), void *context) |
| EXPORT_SYMBOL_GPL (exportfs_decode_fh) | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL_GPL | ( | exportfs_encode_fh | ) |
| EXPORT_SYMBOL_GPL | ( | exportfs_decode_fh | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2