OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_fsbtodb
(Results
1 - 5
of
5
) sorted by null
/external/grub/stage2/
fs.h
177
int
fs_fsbtodb
; /* fsbtodb and dbtofsb shift constant */
member in struct:fs
349
#define fsbtodb(fs, b) ((b) << (fs)->
fs_fsbtodb
)
350
#define dbtofsb(fs, b) ((b) >> (fs)->
fs_fsbtodb
)
ufs2.h
274
grub_int32_t
fs_fsbtodb
; /* fsbtodb and dbtofsb shift constant */
member in struct:fs
354
#define fsbtodb(fs, b) ((b) << (fs)->
fs_fsbtodb
)
355
#define dbtofsb(fs, b) ((b) >> (fs)->
fs_fsbtodb
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h
367
__fs32
fs_fsbtodb
; /* fsbtodb and dbtofsb shift constant */
823
__fs32
fs_fsbtodb
;
member in struct:ufs_super_block_first
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h
367
__fs32
fs_fsbtodb
; /* fsbtodb and dbtofsb shift constant */
823
__fs32
fs_fsbtodb
;
member in struct:ufs_super_block_first
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h
367
__fs32
fs_fsbtodb
; /* fsbtodb and dbtofsb shift constant */
823
__fs32
fs_fsbtodb
;
member in struct:ufs_super_block_first
[
all
...]
Completed in 49 milliseconds