OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfs_extnum_t
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_types.h
47
typedef int32_t
xfs_extnum_t
; /* # of extents in a file */
typedef
98
#define NULLEXTNUM ((
xfs_extnum_t
)-1)
106
#define MAXEXTNUM ((
xfs_extnum_t
)0x7fffffff) /* signed int */
/external/syslinux/extlinux/
xfs_types.h
47
typedef int32_t
xfs_extnum_t
; /* # of extents in a file */
typedef
98
#define NULLEXTNUM ((
xfs_extnum_t
)-1)
106
#define MAXEXTNUM ((
xfs_extnum_t
)0x7fffffff) /* signed int */
Completed in 42 milliseconds