Linux Kernel
3.7.1
|
#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_dir2.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_bmap.h"
#include "xfs_error.h"
#include "xfs_quota.h"
#include "xfs_utils.h"
#include "xfs_trans_space.h"
#include "xfs_vnodeops.h"
#include "xfs_trace.h"
Go to the source code of this file.
Functions | |
STATIC void | xfs_sort_for_rename (xfs_inode_t *dp1, xfs_inode_t *dp2, xfs_inode_t *ip1, xfs_inode_t *ip2, xfs_inode_t **i_tab, int *num_inodes) |
int | xfs_rename (xfs_inode_t *src_dp, struct xfs_name *src_name, xfs_inode_t *src_ip, xfs_inode_t *target_dp, struct xfs_name *target_name, xfs_inode_t *target_ip) |
int xfs_rename | ( | xfs_inode_t * | src_dp, |
struct xfs_name * | src_name, | ||
xfs_inode_t * | src_ip, | ||
xfs_inode_t * | target_dp, | ||
struct xfs_name * | target_name, | ||
xfs_inode_t * | target_ip | ||
) |
Definition at line 94 of file xfs_rename.c.
STATIC void xfs_sort_for_rename | ( | xfs_inode_t * | dp1, |
xfs_inode_t * | dp2, | ||
xfs_inode_t * | ip1, | ||
xfs_inode_t * | ip2, | ||
xfs_inode_t ** | i_tab, | ||
int * | num_inodes | ||
) |
Definition at line 45 of file xfs_rename.c.