#include <linux/buffer_head.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/mbcache.h>
#include <linux/quotaops.h>
#include <linux/rwsem.h>
#include <linux/security.h>
#include "ext2.h"
#include "xattr.h"
#include "acl.h"
Go to the source code of this file.
|
int | ext2_xattr_get (struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size) |
|
ssize_t | ext2_listxattr (struct dentry *dentry, char *buffer, size_t size) |
|
int | ext2_xattr_set (struct inode *inode, int name_index, const char *name, const void *value, size_t value_len, int flags) |
|
void | ext2_xattr_delete_inode (struct inode *inode) |
|
void | ext2_xattr_put_super (struct super_block *sb) |
|
int __init | init_ext2_xattr (void) |
|
void | exit_ext2_xattr (void) |
|
#define BLOCK_HASH_SHIFT 16 |
#define ea_bdebug |
( |
|
f... | ) |
|
#define ea_idebug |
( |
|
f... | ) |
|
#define FIRST_ENTRY |
( |
|
bh | ) |
ENTRY(HDR(bh)+1) |
#define NAME_HASH_SHIFT 5 |
#define VALUE_HASH_SHIFT 16 |
Initial value:
Definition at line 115 of file xattr.c.