Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h118 __u32 logblocks; /* fsblocks in the log */ member
144 __u32 logblocks; /* fsblocks in the log */ member
171 __u32 logblocks; /* fsblocks in the log */ member
H A Dxfs_ag.c527 int64_t logblocks = mp->m_sb.sb_logblocks; in xfs_agfblock_init() local
529 be32_add_cpu(&agf->agf_freeblks, -logblocks); in xfs_agfblock_init()
531 XFS_FSB_TO_AGBNO(mp, mp->m_sb.sb_logstart) - logblocks); in xfs_agfblock_init()
/linux/fs/xfs/
H A Dxfs_ioctl32.h150 __u32 logblocks; /* fsblocks in the log */ member