OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_agcount
(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)
249
#define XFS_MIN_DBLOCKS(s) ((xfs_drfsbno_t)((s)->
sb_agcount
- 1) * \
xfs.c
361
info->agcount = be32_to_cpu(sb->
sb_agcount
);
xfs.h
148
xfs_agnumber_t
sb_agcount
; /* number of allocation groups */
member in struct:xfs_sb
/external/syslinux/extlinux/
xfs_fs.h
248
#define XFS_MAX_DBLOCKS(s) ((xfs_drfsbno_t)(s)->
sb_agcount
* (s)->sb_agblocks)
249
#define XFS_MIN_DBLOCKS(s) ((xfs_drfsbno_t)((s)->
sb_agcount
- 1) * \
xfs_sb.h
121
xfs_agnumber_t
sb_agcount
; /* number of allocation groups */
member in struct:xfs_sb
Completed in 198 milliseconds