Home
last modified time | relevance | path

Searched defs:xfs_mount (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/
Dxfs_mount.h116 typedef struct xfs_mount { struct
117 struct super_block *m_super;
118 xfs_tid_t m_tid; /* next unused tid for fs */
119 struct xfs_ail *m_ail; /* fs active log item list */
120 xfs_sb_t m_sb; /* copy of fs superblock */
121 spinlock_t m_sb_lock; /* sb counter lock */
122 struct xfs_buf *m_sb_bp; /* buffer for superblock */
123 char *m_fsname; /* filesystem name */
124 int m_fsname_len; /* strlen of fs name */
125 char *m_rtname; /* realtime device name */
[all …]