Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
xfs_super.h File Reference
#include <linux/exportfs.h>

Go to the source code of this file.

Macros

#define xfs_qm_init()   (0)
 
#define xfs_qm_exit()   do { } while (0)
 
#define XFS_ACL_STRING
 
#define set_posix_acl_flag(sb)   do { } while (0)
 
#define XFS_SECURITY_STRING   "security attributes, "
 
#define XFS_REALTIME_STRING
 
#define XFS_BIGFS_STRING
 
#define XFS_DBG_STRING   "no debug"
 
#define XFS_VERSION_STRING   "SGI XFS"
 
#define XFS_BUILD_OPTIONS
 
#define XFS_M(sb)   ((struct xfs_mount *)((sb)->s_fs_info))
 

Functions

__uint64_t xfs_max_file_offset (unsigned int)
 
void xfs_blkdev_issue_flush (struct xfs_buftarg *)
 
xfs_agnumber_t xfs_set_inode32 (struct xfs_mount *)
 
xfs_agnumber_t xfs_set_inode64 (struct xfs_mount *)
 

Variables

struct export_operations xfs_export_operations
 
struct xattr_handlerxfs_xattr_handlers []
 
struct quotactl_ops xfs_quotactl_operations
 

Macro Definition Documentation

#define set_posix_acl_flag (   sb)    do { } while (0)

Definition at line 36 of file xfs_super.h.

#define XFS_ACL_STRING

Definition at line 35 of file xfs_super.h.

#define XFS_BIGFS_STRING

Definition at line 54 of file xfs_super.h.

#define XFS_BUILD_OPTIONS
Value:
XFS_ACL_STRING \
XFS_SECURITY_STRING \
XFS_REALTIME_STRING \
XFS_BIGFS_STRING \
XFS_DBG_STRING /* DBG must be last */

Definition at line 64 of file xfs_super.h.

#define XFS_DBG_STRING   "no debug"

Definition at line 60 of file xfs_super.h.

#define XFS_M (   sb)    ((struct xfs_mount *)((sb)->s_fs_info))

Definition at line 85 of file xfs_super.h.

#define xfs_qm_exit (   void)    do { } while (0)

Definition at line 28 of file xfs_super.h.

#define xfs_qm_init (   void)    (0)

Definition at line 27 of file xfs_super.h.

#define XFS_REALTIME_STRING

Definition at line 44 of file xfs_super.h.

#define XFS_SECURITY_STRING   "security attributes, "

Definition at line 39 of file xfs_super.h.

#define XFS_VERSION_STRING   "SGI XFS"

Definition at line 63 of file xfs_super.h.

Function Documentation

void xfs_blkdev_issue_flush ( struct xfs_buftarg )

Definition at line 705 of file xfs_super.c.

__uint64_t xfs_max_file_offset ( unsigned  int)

Definition at line 571 of file xfs_super.c.

xfs_agnumber_t xfs_set_inode32 ( struct xfs_mount *  )

Definition at line 605 of file xfs_super.c.

xfs_agnumber_t xfs_set_inode64 ( struct xfs_mount *  )

Definition at line 655 of file xfs_super.c.

Variable Documentation

struct export_operations xfs_export_operations

Definition at line 241 of file xfs_export.c.

struct quotactl_ops xfs_quotactl_operations

Definition at line 133 of file xfs_quotaops.c.

struct xattr_handler* xfs_xattr_handlers[]

Definition at line 96 of file xfs_xattr.c.