OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfs_dfsbno_t
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_types.h
65
typedef uint64_t
xfs_dfsbno_t
; /* blockno in filesystem (agno|agbno) */
typedef
86
#define NULLDFSBNO ((
xfs_dfsbno_t
)-1)
xfs.h
142
xfs_dfsbno_t
sb_logstart; /* starting block of log if internal */
/external/syslinux/extlinux/
xfs_types.h
65
typedef uint64_t
xfs_dfsbno_t
; /* blockno in filesystem (agno|agbno) */
typedef
86
#define NULLDFSBNO ((
xfs_dfsbno_t
)-1)
xfs_sb.h
115
xfs_dfsbno_t
sb_logstart; /* starting block of log if internal */
Completed in 561 milliseconds