xfs_super.h (27fd38c5226ed0f1712d071880fa8e739eb78650) | xfs_super.h (0d5a75e9e23ee39cd0d8a167393dcedb4f0f47b2) |
---|---|
1/* 2 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 3 * All Rights Reserved. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * --- 47 unchanged lines hidden (view full) --- 56 XFS_REALTIME_STRING \ 57 XFS_DBG_STRING /* DBG must be last */ 58 59struct xfs_inode; 60struct xfs_mount; 61struct xfs_buftarg; 62struct block_device; 63 | 1/* 2 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 3 * All Rights Reserved. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * --- 47 unchanged lines hidden (view full) --- 56 XFS_REALTIME_STRING \ 57 XFS_DBG_STRING /* DBG must be last */ 58 59struct xfs_inode; 60struct xfs_mount; 61struct xfs_buftarg; 62struct block_device; 63 |
64extern __uint64_t xfs_max_file_offset(unsigned int); 65 | |
66extern void xfs_flush_inodes(struct xfs_mount *mp); 67extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); 68extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *, 69 xfs_agnumber_t agcount); 70 71extern const struct export_operations xfs_export_operations; 72extern const struct xattr_handler *xfs_xattr_handlers[]; 73extern const struct quotactl_ops xfs_quotactl_operations; 74 75extern void xfs_reinit_percpu_counters(struct xfs_mount *mp); 76 77#define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) 78 79#endif /* __XFS_SUPER_H__ */ | 64extern void xfs_flush_inodes(struct xfs_mount *mp); 65extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); 66extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *, 67 xfs_agnumber_t agcount); 68 69extern const struct export_operations xfs_export_operations; 70extern const struct xattr_handler *xfs_xattr_handlers[]; 71extern const struct quotactl_ops xfs_quotactl_operations; 72 73extern void xfs_reinit_percpu_counters(struct xfs_mount *mp); 74 75#define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) 76 77#endif /* __XFS_SUPER_H__ */ |