Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
namei.c File Reference
#include <linux/fs.h>
#include <linux/namei.h>
#include <linux/ctype.h>
#include <linux/quotaops.h>
#include <linux/exportfs.h>
#include "jfs_incore.h"
#include "jfs_superblock.h"
#include "jfs_inode.h"
#include "jfs_dinode.h"
#include "jfs_dmap.h"
#include "jfs_unicode.h"
#include "jfs_metapage.h"
#include "jfs_xattr.h"
#include "jfs_acl.h"
#include "jfs_debug.h"

Go to the source code of this file.

Functions

void jfs_free_zero_link (struct inode *ip)
 
struct dentryjfs_fh_to_dentry (struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentryjfs_fh_to_parent (struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentryjfs_get_parent (struct dentry *dentry)
 

Variables

struct dentry_operations jfs_ci_dentry_operations
 
struct inode_operations jfs_dir_inode_operations
 
struct file_operations jfs_dir_operations
 

Function Documentation

struct dentry* jfs_fh_to_dentry ( struct super_block sb,
struct fid fid,
int  fh_len,
int  fh_type 
)
read

Definition at line 1486 of file namei.c.

struct dentry* jfs_fh_to_parent ( struct super_block sb,
struct fid fid,
int  fh_len,
int  fh_type 
)
read

Definition at line 1493 of file namei.c.

void jfs_free_zero_link ( struct inode ip)

Definition at line 692 of file namei.c.

struct dentry* jfs_get_parent ( struct dentry dentry)
read

Definition at line 1500 of file namei.c.

Variable Documentation

struct dentry_operations jfs_ci_dentry_operations
Initial value:
=
{
.d_hash = jfs_ci_hash,
.d_compare = jfs_ci_compare,
.d_revalidate = jfs_ci_revalidate,
}

Definition at line 39 of file namei.c.

struct inode_operations jfs_dir_inode_operations
Initial value:
= {
.create = jfs_create,
.lookup = jfs_lookup,
.link = jfs_link,
.unlink = jfs_unlink,
.symlink = jfs_symlink,
.mkdir = jfs_mkdir,
.rmdir = jfs_rmdir,
.mknod = jfs_mknod,
.rename = jfs_rename,
.setxattr = jfs_setxattr,
.getxattr = jfs_getxattr,
.listxattr = jfs_listxattr,
.removexattr = jfs_removexattr,
.setattr = jfs_setattr,
}

Definition at line 1510 of file namei.c.

struct file_operations jfs_dir_operations
Initial value:
= {
.readdir = jfs_readdir,
.fsync = jfs_fsync,
.unlocked_ioctl = jfs_ioctl,
}

Definition at line 1530 of file namei.c.