Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
string.c File Reference
#include "hfs_fs.h"
#include <linux/dcache.h>

Go to the source code of this file.

Functions

int hfs_hash_dentry (const struct dentry *dentry, const struct inode *inode, struct qstr *this)
 
int hfs_strcmp (const unsigned char *s1, unsigned int len1, const unsigned char *s2, unsigned int len2)
 
int hfs_compare_dentry (const struct dentry *parent, const struct inode *pinode, const struct dentry *dentry, const struct inode *inode, unsigned int len, const char *str, const struct qstr *name)
 

Function Documentation

int hfs_compare_dentry ( const struct dentry parent,
const struct inode pinode,
const struct dentry dentry,
const struct inode inode,
unsigned int  len,
const char str,
const struct qstr name 
)

Definition at line 96 of file string.c.

int hfs_hash_dentry ( const struct dentry dentry,
const struct inode inode,
struct qstr this 
)

Definition at line 54 of file string.c.

int hfs_strcmp ( const unsigned char s1,
unsigned int  len1,
const unsigned char s2,
unsigned int  len2 
)

Definition at line 77 of file string.c.