OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_sectsize
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_ag.h
152
#define XFS_AGFL_SIZE(mp) ((mp)->m_sb.
sb_sectsize
/ sizeof(xfs_agblock_t))
xfs.h
152
uint16_t
sb_sectsize
; /* volume sector size, bytes */
member in struct:xfs_sb
157
uint8_t sb_sectlog; /* log2 of
sb_sectsize
*/
/external/syslinux/extlinux/
xfs_sb.h
125
uint16_t
sb_sectsize
; /* volume sector size, bytes */
member in struct:xfs_sb
130
uint8_t sb_sectlog; /* log2 of
sb_sectsize
*/
Completed in 40 milliseconds