Linux Kernel
3.7.1
|
#include <linux/pagemap.h>
#include <linux/namei.h>
#include <linux/backing-dev.h>
#include <linux/capability.h>
#include <linux/sched.h>
#include <linux/lockdep.h>
#include <linux/slab.h>
#include <linux/configfs.h>
#include "configfs_internal.h"
Go to the source code of this file.
Functions | |
int | configfs_setattr (struct dentry *dentry, struct iattr *iattr) |
struct inode * | configfs_new_inode (umode_t mode, struct configfs_dirent *sd, struct super_block *s) |
int | configfs_create (struct dentry *dentry, umode_t mode, int(*init)(struct inode *)) |
const unsigned char * | configfs_get_name (struct configfs_dirent *sd) |
void | configfs_drop_dentry (struct configfs_dirent *sd, struct dentry *parent) |
void | configfs_hash_and_remove (struct dentry *dir, const char *name) |
int __init | configfs_inode_init (void) |
void | configfs_inode_exit (void) |
void configfs_drop_dentry | ( | struct configfs_dirent * | sd, |
struct dentry * | parent | ||
) |
const unsigned char* configfs_get_name | ( | struct configfs_dirent * | sd | ) |
|
read |