Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
namei.h File Reference

Go to the source code of this file.

Functions

struct dentryocfs2_get_parent (struct dentry *child)
 
int ocfs2_orphan_del (struct ocfs2_super *osb, handle_t *handle, struct inode *orphan_dir_inode, struct inode *inode, struct buffer_head *orphan_dir_bh)
 
int ocfs2_create_inode_in_orphan (struct inode *dir, int mode, struct inode **new_inode)
 
int ocfs2_mv_orphaned_inode_to_new (struct inode *dir, struct inode *new_inode, struct dentry *new_dentry)
 

Variables

struct inode_operations ocfs2_dir_iops
 

Function Documentation

int ocfs2_create_inode_in_orphan ( struct inode dir,
int  mode,
struct inode **  new_inode 
)

Definition at line 2222 of file namei.c.

struct dentry* ocfs2_get_parent ( struct dentry child)
read
int ocfs2_mv_orphaned_inode_to_new ( struct inode dir,
struct inode new_inode,
struct dentry new_dentry 
)

Definition at line 2342 of file namei.c.

int ocfs2_orphan_del ( struct ocfs2_super osb,
handle_t *  handle,
struct inode orphan_dir_inode,
struct inode inode,
struct buffer_head *  orphan_dir_bh 
)

Definition at line 2069 of file namei.c.

Variable Documentation

struct inode_operations ocfs2_dir_iops

Definition at line 2482 of file namei.c.