OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfs_agblock_t
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_types.h
44
typedef uint32_t
xfs_agblock_t
; /* blockno in alloc. group */
typedef
96
#define NULLAGBLOCK ((
xfs_agblock_t
)-1)
xfs.h
88
((
xfs_agblock_t
)((fsbno) & (uint32_t)((1ULL << \
146
xfs_agblock_t
sb_rextsize; /* realtime extent size, blocks */
147
xfs_agblock_t
sb_agblocks; /* size of an allocation group */
218
xfs_agblock_t
agblocks; /* Size of each AG in blocks */
380
xfs_agblock_t
i_agblock;
xfs_ag.h
152
#define XFS_AGFL_SIZE(mp) ((mp)->m_sb.sb_sectsize / sizeof(
xfs_agblock_t
))
xfs_sb.h
178
#define XFS_HDR_BLOCK(mp,d) ((
xfs_agblock_t
)XFS_BB_TO_FSBT(mp,d))
/external/syslinux/extlinux/
xfs_types.h
44
typedef uint32_t
xfs_agblock_t
; /* blockno in alloc. group */
typedef
96
#define NULLAGBLOCK ((
xfs_agblock_t
)-1)
xfs_sb.h
119
xfs_agblock_t
sb_rextsize; /* realtime extent size, blocks */
120
xfs_agblock_t
sb_agblocks; /* size of an allocation group */
448
#define XFS_HDR_BLOCK(mp,d) ((
xfs_agblock_t
)XFS_BB_TO_FSBT(mp,d))
Completed in 59 milliseconds