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

Go to the source code of this file.

Functions

void xfs_dir_startup (void)
 
void xfs_dir_mount (struct xfs_mount *mp)
 
int xfs_dir_isempty (struct xfs_inode *dp)
 
int xfs_dir_init (struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_inode *pdp)
 
int xfs_dir_createname (struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t inum, xfs_fsblock_t *first, struct xfs_bmap_free *flist, xfs_extlen_t tot)
 
int xfs_dir_lookup (struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t *inum, struct xfs_name *ci_name)
 
int xfs_dir_removename (struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t ino, xfs_fsblock_t *first, struct xfs_bmap_free *flist, xfs_extlen_t tot)
 
int xfs_dir_replace (struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t inum, xfs_fsblock_t *first, struct xfs_bmap_free *flist, xfs_extlen_t tot)
 
int xfs_dir_canenter (struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, uint resblks)
 
int xfs_dir2_sf_to_block (struct xfs_da_args *args)
 

Variables

struct xfs_name xfs_name_dotdot
 

Function Documentation

int xfs_dir2_sf_to_block ( struct xfs_da_args args)

Definition at line 1002 of file xfs_dir2_block.c.

int xfs_dir_canenter ( struct xfs_trans *  tp,
struct xfs_inode *  dp,
struct xfs_name name,
uint  resblks 
)
int xfs_dir_createname ( struct xfs_trans *  tp,
struct xfs_inode *  dp,
struct xfs_name name,
xfs_ino_t  inum,
xfs_fsblock_t first,
struct xfs_bmap_free flist,
xfs_extlen_t  tot 
)
int xfs_dir_init ( struct xfs_trans *  tp,
struct xfs_inode *  dp,
struct xfs_inode *  pdp 
)
int xfs_dir_isempty ( struct xfs_inode *  dp)
int xfs_dir_lookup ( struct xfs_trans *  tp,
struct xfs_inode *  dp,
struct xfs_name name,
xfs_ino_t *  inum,
struct xfs_name ci_name 
)
void xfs_dir_mount ( struct xfs_mount *  mp)
int xfs_dir_removename ( struct xfs_trans *  tp,
struct xfs_inode *  dp,
struct xfs_name name,
xfs_ino_t  ino,
xfs_fsblock_t first,
struct xfs_bmap_free flist,
xfs_extlen_t  tot 
)
int xfs_dir_replace ( struct xfs_trans *  tp,
struct xfs_inode *  dp,
struct xfs_name name,
xfs_ino_t  inum,
xfs_fsblock_t first,
struct xfs_bmap_free flist,
xfs_extlen_t  tot 
)
void xfs_dir_startup ( void  )

Definition at line 53 of file xfs_dir2_block.c.

Variable Documentation

struct xfs_name xfs_name_dotdot

Definition at line 41 of file xfs_dir2.c.