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_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_itable.h"
#include "xfs_utils.h"
Go to the source code of this file.
Functions | |
int | xfs_dir_ialloc (xfs_trans_t **tpp, xfs_inode_t *dp, umode_t mode, xfs_nlink_t nlink, xfs_dev_t rdev, prid_t prid, int okalloc, xfs_inode_t **ipp, int *committed) |
int | xfs_droplink (xfs_trans_t *tp, xfs_inode_t *ip) |
void | xfs_bump_ino_vers2 (xfs_trans_t *tp, xfs_inode_t *ip) |
int | xfs_bumplink (xfs_trans_t *tp, xfs_inode_t *ip) |
void xfs_bump_ino_vers2 | ( | xfs_trans_t * | tp, |
xfs_inode_t * | ip | ||
) |
Definition at line 260 of file xfs_utils.c.
int xfs_bumplink | ( | xfs_trans_t * | tp, |
xfs_inode_t * | ip | ||
) |
Definition at line 290 of file xfs_utils.c.
int xfs_dir_ialloc | ( | xfs_trans_t ** | tpp, |
xfs_inode_t * | dp, | ||
umode_t | mode, | ||
xfs_nlink_t | nlink, | ||
xfs_dev_t | rdev, | ||
prid_t | prid, | ||
int | okalloc, | ||
xfs_inode_t ** | ipp, | ||
int * | committed | ||
) |
Definition at line 49 of file xfs_utils.c.
int xfs_droplink | ( | xfs_trans_t * | tp, |
xfs_inode_t * | ip | ||
) |
Definition at line 226 of file xfs_utils.c.