OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_agblocks
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_fs.h
248
#define XFS_MAX_DBLOCKS(s) ((xfs_drfsbno_t)(s)->sb_agcount * (s)->
sb_agblocks
)
250
(s)->
sb_agblocks
+ XFS_MIN_AG_BLOCKS)
xfs.c
359
info->agblocks = be32_to_cpu(sb->
sb_agblocks
);
xfs.h
147
xfs_agblock_t
sb_agblocks
; /* size of an allocation group */
member in struct:xfs_sb
160
uint8_t sb_agblklog; /* log2 of
sb_agblocks
(rounded up) */
/external/syslinux/extlinux/
xfs_fs.h
248
#define XFS_MAX_DBLOCKS(s) ((xfs_drfsbno_t)(s)->sb_agcount * (s)->
sb_agblocks
)
250
(s)->
sb_agblocks
+ XFS_MIN_AG_BLOCKS)
xfs_sb.h
120
xfs_agblock_t
sb_agblocks
; /* size of an allocation group */
member in struct:xfs_sb
133
uint8_t sb_agblklog; /* log2 of
sb_agblocks
(rounded up) */
Completed in 548 milliseconds