|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/vfs.h>#include <linux/slab.h>#include "squashfs_fs.h"#include "squashfs_fs_sb.h"#include "squashfs.h"#include "xattr.h"Go to the source code of this file.
Functions | |
| int | squashfs_xattr_lookup (struct super_block *sb, unsigned int index, int *count, unsigned int *size, unsigned long long *xattr) |
| __le64 * | squashfs_read_xattr_id_table (struct super_block *sb, u64 start, u64 *xattr_table_start, int *xattr_ids) |
| __le64* squashfs_read_xattr_id_table | ( | struct super_block * | sb, |
| u64 | start, | ||
| u64 * | xattr_table_start, | ||
| int * | xattr_ids | ||
| ) |
Definition at line 66 of file xattr_id.c.
| int squashfs_xattr_lookup | ( | struct super_block * | sb, |
| unsigned int | index, | ||
| int * | count, | ||
| unsigned int * | size, | ||
| unsigned long long * | xattr | ||
| ) |
Definition at line 41 of file xattr_id.c.
1.8.2