|
Linux Kernel
3.7.1
|
#include "xfs.h"#include "xfs_da_btree.h"#include "xfs_bmap_btree.h"#include "xfs_inode.h"#include "xfs_attr.h"#include "xfs_attr_leaf.h"#include "xfs_acl.h"#include "xfs_vnodeops.h"#include <linux/posix_acl_xattr.h>#include <linux/xattr.h>Go to the source code of this file.
Functions | |
| ssize_t | xfs_vn_listxattr (struct dentry *dentry, char *data, size_t size) |
Variables | |
| struct xattr_handler * | xfs_xattr_handlers [] |
Definition at line 194 of file xfs_xattr.c.
| struct xattr_handler* xfs_xattr_handlers[] |
Definition at line 96 of file xfs_xattr.c.
1.8.2