Home
last modified time | relevance | path

Searched refs:logblocks (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_ioctl32.h150 __u32 logblocks; /* fsblocks in the log */ member
H A Dxfs_trace.h5881 __field(unsigned int, logblocks)
5886 __entry->logblocks = mp->m_sb.sb_logblocks;
5891 __entry->logblocks,
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c518 int64_t logblocks = mp->m_sb.sb_logblocks; in xfs_agfblock_init() local
520 be32_add_cpu(&agf->agf_freeblks, -logblocks); in xfs_agfblock_init()
522 XFS_FSB_TO_AGBNO(mp, mp->m_sb.sb_logstart) - logblocks); in xfs_agfblock_init()
H A Dxfs_sb.c1520 geo->logblocks = sbp->sb_logblocks; in xfs_fs_geometry()