Searched refs:mh_size (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/gfs2/
H A Dxattr.c689 int mh_size = sizeof(struct gfs2_meta_header); ea_write() local
704 memcpy(bh->b_data + mh_size, data, copy); ea_write()
706 memset(bh->b_data + mh_size + copy, 0, ea_write()
977 int mh_size = sizeof(struct gfs2_meta_header); ea_set_block() local
992 eablk = (__be64 *)(indbh->b_data + mh_size); ea_set_block()
1015 gfs2_buffer_clear_tail(indbh, mh_size); ea_set_block()
1017 eablk = (__be64 *)(indbh->b_data + mh_size); ea_set_block()
H A Dbmap.c879 int mh_size = sizeof(struct gfs2_meta_header); recursive_scan() local
894 top = (__be64 *)(bh->b_data + mh_size) + recursive_scan()
897 bottom = (__be64 *)(bh->b_data + mh_size) + sdp->sd_inptrs; recursive_scan()

Completed in 110 milliseconds