Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h162 __u32 agblocks; /* fsblocks in an AG */ member
188 __u32 agblocks; /* fsblocks in an AG */ member
Dxfs_btree.c191 xfs_agblock_t agblocks = cur->bc_mp->m_sb.sb_agblocks; in xfs_btree_check_sptr() local
197 bno < agblocks); in xfs_btree_check_sptr()
/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.h193 __u32 agblocks; /* fsblocks in an AG */ member
Dxfs_fsops.c59 geo->agblocks = mp->m_sb.sb_agblocks; in xfs_fs_geometry()