OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfs_fsize_t
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_types.h
49
typedef int64_t
xfs_fsize_t
; /* bytes in a file */
typedef
xfs_sb.h
200
#define XFS_FSB_TO_B(mp,fsbno) ((
xfs_fsize_t
)(fsbno) << (mp)->m_sb.sb_blocklog)
/external/syslinux/extlinux/
xfs_types.h
49
typedef int64_t
xfs_fsize_t
; /* bytes in a file */
typedef
xfs_sb.h
470
#define XFS_FSB_TO_B(mp,fsbno) ((
xfs_fsize_t
)(fsbno) << (mp)->m_sb.sb_blocklog)
Completed in 2470 milliseconds