Searched refs:CRAMFS_GET_OFFSET (Results 1 – 2 of 2) sorted by relevance
38 #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()
91 #define CRAMFS_GET_OFFSET(x) ((x)->offset) macro
Completed in 4 milliseconds