Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
xfs_dir2_sf.c File Reference
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_types.h"
#include "xfs_log.h"
#include "xfs_trans.h"
#include "xfs_sb.h"
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_da_btree.h"
#include "xfs_bmap_btree.h"
#include "xfs_dinode.h"
#include "xfs_inode.h"
#include "xfs_inode_item.h"
#include "xfs_error.h"
#include "xfs_dir2.h"
#include "xfs_dir2_format.h"
#include "xfs_dir2_priv.h"
#include "xfs_trace.h"

Go to the source code of this file.

Macros

#define xfs_dir2_sf_check(args)
 

Functions

xfs_ino_t xfs_dir2_sf_get_parent_ino (struct xfs_dir2_sf_hdr *hdr)
 
xfs_ino_t xfs_dir2_sfe_get_ino (struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep)
 
int xfs_dir2_block_sfsize (xfs_inode_t *dp, xfs_dir2_data_hdr_t *hdr, xfs_dir2_sf_hdr_t *sfhp)
 
int xfs_dir2_block_to_sf (xfs_da_args_t *args, struct xfs_buf *bp, int size, xfs_dir2_sf_hdr_t *sfhp)
 
int xfs_dir2_sf_addname (xfs_da_args_t *args)
 
int xfs_dir2_sf_create (xfs_da_args_t *args, xfs_ino_t pino)
 
int xfs_dir2_sf_getdents (xfs_inode_t *dp, void *dirent, xfs_off_t *offset, filldir_t filldir)
 
int xfs_dir2_sf_lookup (xfs_da_args_t *args)
 
int xfs_dir2_sf_removename (xfs_da_args_t *args)
 
int xfs_dir2_sf_replace (xfs_da_args_t *args)
 

Macro Definition Documentation

#define xfs_dir2_sf_check (   args)

Definition at line 52 of file xfs_dir2_sf.c.

Function Documentation

int xfs_dir2_block_sfsize ( xfs_inode_t *  dp,
xfs_dir2_data_hdr_t hdr,
xfs_dir2_sf_hdr_t sfhp 
)

Definition at line 142 of file xfs_dir2_sf.c.

int xfs_dir2_block_to_sf ( xfs_da_args_t args,
struct xfs_buf bp,
int  size,
xfs_dir2_sf_hdr_t sfhp 
)

Definition at line 223 of file xfs_dir2_sf.c.

int xfs_dir2_sf_addname ( xfs_da_args_t args)

Definition at line 341 of file xfs_dir2_sf.c.

int xfs_dir2_sf_create ( xfs_da_args_t args,
xfs_ino_t  pino 
)

Definition at line 719 of file xfs_dir2_sf.c.

xfs_ino_t xfs_dir2_sf_get_parent_ino ( struct xfs_dir2_sf_hdr hdr)

Definition at line 92 of file xfs_dir2_sf.c.

int xfs_dir2_sf_getdents ( xfs_inode_t *  dp,
void dirent,
xfs_off_t *  offset,
filldir_t  filldir 
)

Definition at line 769 of file xfs_dir2_sf.c.

int xfs_dir2_sf_lookup ( xfs_da_args_t args)

Definition at line 872 of file xfs_dir2_sf.c.

int xfs_dir2_sf_removename ( xfs_da_args_t args)

Definition at line 954 of file xfs_dir2_sf.c.

int xfs_dir2_sf_replace ( xfs_da_args_t args)

Definition at line 1043 of file xfs_dir2_sf.c.

xfs_ino_t xfs_dir2_sfe_get_ino ( struct xfs_dir2_sf_hdr hdr,
struct xfs_dir2_sf_entry sfep 
)

Definition at line 119 of file xfs_dir2_sf.c.