Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/xfs/
Dxfs_mount.h60 typedef struct xfs_mount { struct
61 struct super_block *m_super;
62 xfs_tid_t m_tid; /* next unused tid for fs */
63 struct xfs_ail *m_ail; /* fs active log item list */
65 struct xfs_sb m_sb; /* copy of fs superblock */
66 spinlock_t m_sb_lock; /* sb counter lock */
67 struct percpu_counter m_icount; /* allocated inodes counter */
68 struct percpu_counter m_ifree; /* free inodes counter */
69 struct percpu_counter m_fdblocks; /* free block counter */
71 struct xfs_buf *m_sb_bp; /* buffer for superblock */
[all …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h67 typedef struct xfs_mount { struct
68 struct xfs_sb m_sb; /* copy of fs superblock */
69 struct super_block *m_super;
70 struct xfs_ail *m_ail; /* fs active log item list */
71 struct xfs_buf *m_sb_bp; /* buffer for superblock */
72 char *m_rtname; /* realtime device name */
73 char *m_logname; /* external log device name */
74 struct xfs_da_geometry *m_dir_geo; /* directory block geometry */
75 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */
76 struct xlog *m_log; /* log specific stuff */
[all …]