Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xattr_id.c File Reference
#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)
 
__le64squashfs_read_xattr_id_table (struct super_block *sb, u64 start, u64 *xattr_table_start, int *xattr_ids)
 

Function Documentation

__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.