|
Linux Kernel
3.7.1
|
#include <linux/reiserfs_xattr.h>#include <linux/init.h>#include <linux/list.h>#include <linux/rwsem.h>Go to the source code of this file.
Macros | |
| #define | reiserfs_getxattr NULL |
| #define | reiserfs_setxattr NULL |
| #define | reiserfs_listxattr NULL |
| #define | reiserfs_removexattr NULL |
Functions | |
| int | reiserfs_xattr_register_handlers (void) __init |
| void | reiserfs_xattr_unregister_handlers (void) |
| int | reiserfs_xattr_init (struct super_block *sb, int mount_flags) |
| int | reiserfs_lookup_privroot (struct super_block *sb) |
| int | reiserfs_delete_xattrs (struct inode *inode) |
| int | reiserfs_chown_xattrs (struct inode *inode, struct iattr *attrs) |
| int | reiserfs_permission (struct inode *inode, int mask) |
| int reiserfs_lookup_privroot | ( | struct super_block * | sb | ) |
| int reiserfs_xattr_init | ( | struct super_block * | sb, |
| int | mount_flags | ||
| ) |
1.8.2