Searched defs:xfs_mount (Results 1 – 2 of 2) sorted by relevance
228 typedef struct xfs_mount { struct229 struct super_block *m_super;230 xfs_tid_t m_tid; /* next unused tid for fs */231 struct xfs_ail *m_ail; /* fs active log item list */232 xfs_sb_t m_sb; /* copy of fs superblock */233 spinlock_t m_sb_lock; /* sb counter lock */234 struct xfs_buf *m_sb_bp; /* buffer for superblock */235 char *m_fsname; /* filesystem name */236 int m_fsname_len; /* strlen of fs name */237 char *m_rtname; /* realtime device name */[all …]
401 void (*syncer)(struct xfs_mount *, void *)) in xfs_syncd_queue_work()