|
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_mount.h"#include "xfs_bmap_btree.h"#include "xfs_alloc_btree.h"#include "xfs_ialloc_btree.h"#include "xfs_dinode.h"#include "xfs_inode.h"#include "xfs_inode_item.h"#include "xfs_btree.h"#include "xfs_error.h"#include "xfs_alloc.h"#include "xfs_ialloc.h"#include "xfs_fsops.h"#include "xfs_itable.h"#include "xfs_trans_space.h"#include "xfs_rtalloc.h"#include "xfs_filestream.h"#include "xfs_trace.h"Go to the source code of this file.
Functions | |
| int | xfs_fs_geometry (xfs_mount_t *mp, xfs_fsop_geom_t *geo, int new_version) |
| int | xfs_growfs_data (xfs_mount_t *mp, xfs_growfs_data_t *in) |
| int | xfs_growfs_log (xfs_mount_t *mp, xfs_growfs_log_t *in) |
| int | xfs_fs_counts (xfs_mount_t *mp, xfs_fsop_counts_t *cnt) |
| int | xfs_reserve_blocks (xfs_mount_t *mp, __uint64_t *inval, xfs_fsop_resblks_t *outval) |
| int | xfs_fs_log_dummy (xfs_mount_t *mp) |
| int | xfs_fs_goingdown (xfs_mount_t *mp, __uint32_t inflags) |
| void | xfs_do_force_shutdown (xfs_mount_t *mp, int flags, char *fname, int lnnum) |
Definition at line 715 of file xfs_fsops.c.
| int xfs_fs_counts | ( | xfs_mount_t * | mp, |
| xfs_fsop_counts_t * | cnt | ||
| ) |
Definition at line 516 of file xfs_fsops.c.
| int xfs_fs_geometry | ( | xfs_mount_t * | mp, |
| xfs_fsop_geom_t * | geo, | ||
| int | new_version | ||
| ) |
Definition at line 48 of file xfs_fsops.c.
| int xfs_fs_goingdown | ( | xfs_mount_t * | mp, |
| __uint32_t | inflags | ||
| ) |
Definition at line 679 of file xfs_fsops.c.
| int xfs_fs_log_dummy | ( | xfs_mount_t * | mp | ) |
Definition at line 658 of file xfs_fsops.c.
| int xfs_growfs_data | ( | xfs_mount_t * | mp, |
| xfs_growfs_data_t * | in | ||
| ) |
Definition at line 480 of file xfs_fsops.c.
| int xfs_growfs_log | ( | xfs_mount_t * | mp, |
| xfs_growfs_log_t * | in | ||
| ) |
Definition at line 496 of file xfs_fsops.c.
| int xfs_reserve_blocks | ( | xfs_mount_t * | mp, |
| __uint64_t * | inval, | ||
| xfs_fsop_resblks_t * | outval | ||
| ) |
Definition at line 546 of file xfs_fsops.c.
1.8.2