Go to the source code of this file.
|
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) |
|