Home
last modified time | relevance | path

Searched refs:CRAMFS_GET_OFFSET (Results 1 – 2 of 2) sorted by relevance

/u-boot/fs/cramfs/
A Dcramfs.c38 #define CRAMINO(x) (CRAMFS_GET_OFFSET(x) ? CRAMFS_GET_OFFSET(x)<<2 : 1)
88 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_read_super()
159 CRAMFS_GET_OFFSET in cramfs_resolve()
213 (begin + (CRAMFS_GET_OFFSET (inode) << 2)); in cramfs_uncompress()
214 unsigned long curr_block = (CRAMFS_GET_OFFSET (inode) + in cramfs_uncompress()
246 CRAMFS_GET_OFFSET (&(super.root)) << 2, in cramfs_load()
308 offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_ls()
313 CRAMFS_GET_OFFSET (&(super.root)) << in cramfs_ls()
328 offset = CRAMFS_GET_OFFSET (inode) << 2; in cramfs_ls()
/u-boot/include/cramfs/
A Dcramfs_fs.h91 #define CRAMFS_GET_OFFSET(x) ((x)->offset) macro

Completed in 4 milliseconds