Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfs_fsops.h File Reference

Go to the source code of this file.

Functions

int xfs_fs_geometry (xfs_mount_t *mp, xfs_fsop_geom_t *geo, int nversion)
 
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_goingdown (xfs_mount_t *mp, __uint32_t inflags)
 
int xfs_fs_log_dummy (struct xfs_mount *mp)
 

Function Documentation

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  nversion 
)

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 ( struct xfs_mount *  mp)
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.