Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c37 #define CRAMINO(x) (CRAMFS_GET_OFFSET(x) ? CRAMFS_GET_OFFSET(x)<<2 : 1)
87 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_read_super()
158 CRAMFS_GET_OFFSET in cramfs_resolve()
212 (begin + (CRAMFS_GET_OFFSET (inode) << 2)); in cramfs_uncompress()
213 unsigned long curr_block = (CRAMFS_GET_OFFSET (inode) + in cramfs_uncompress()
245 CRAMFS_GET_OFFSET (&(super.root)) << 2, in cramfs_load()
307 offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_ls()
312 CRAMFS_GET_OFFSET (&(super.root)) << in cramfs_ls()
327 offset = CRAMFS_GET_OFFSET (inode) << 2; in cramfs_ls()
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h91 #define CRAMFS_GET_OFFSET(x) ((x)->offset) macro