Home
last modified time | relevance | path

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

/external/syslinux/extlinux/
Dxfs_fs.h157 uint32_t agblocks; /* fsblocks in an AG */ member
183 uint32_t agblocks; /* fsblocks in an AG */ member
/external/syslinux/core/fs/xfs/
Dxfs_fs.h157 uint32_t agblocks; /* fsblocks in an AG */ member
183 uint32_t agblocks; /* fsblocks in an AG */ member
Dxfs.h96 agblock_to_bytes(fs, (uint64_t)(x) * XFS_INFO((fs))->agblocks)
218 xfs_agblock_t agblocks; /* Size of each AG in blocks */ member
Dxfs.c359 info->agblocks = be32_to_cpu(sb->sb_agblocks); in xfs_new_sb_info()