Home
last modified time | relevance | path

Searched refs:hfs_get_hs (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dbins_del.c122 hfs_put_hs(hfs_get_hs(from++) + size, to++); in hfs_bnode_shift_right()
128 hfs_put_hs(hfs_get_hs(from++) + adjust, to++); in hfs_bnode_shift_right()
188 hfs_put_hs(hfs_get_hs(from--) + adjust, to--); in hfs_bnode_shift_left()
194 hfs_put_hs(hfs_get_hs(from--) - size, to--); in hfs_bnode_shift_left()
Dmdb.c133 mdb->fs_ablocks = hfs_get_hs(raw->drNmAlBlks); in hfs_mdb_get()
134 mdb->fs_start = hfs_get_hs(raw->drAlBlSt) + part_start; in hfs_mdb_get()
143 mdb->free_ablocks = hfs_get_hs(raw->drFreeBks); in hfs_mdb_get()
146 mdb->root_files = hfs_get_hs(raw->drNmFls); in hfs_mdb_get()
147 mdb->root_dirs = hfs_get_hs(raw->drNmRtDirs); in hfs_mdb_get()
175 block = hfs_get_hs(raw->drVBMSt) + part_start; in hfs_mdb_get()
Dextent.c103 to->block[0] = hfs_get_hs(from->block1); in read_extent()
104 to->length[0] = hfs_get_hs(from->length1); in read_extent()
105 to->block[1] = hfs_get_hs(from->block2); in read_extent()
106 to->length[1] = hfs_get_hs(from->length2); in read_extent()
107 to->block[2] = hfs_get_hs(from->block3); in read_extent()
108 to->length[2] = hfs_get_hs(from->length3); in read_extent()
244 read_extent(ext, brec.data, hfs_get_hs(key->FABN)); in find_ext()
668 retval = (int)(hfs_get_hs(key1->FABN) in hfs_ext_compare()
669 - hfs_get_hs(key2->FABN)); in hfs_ext_compare()
Dbnode.c160 bnode->ndNRecs = hfs_get_hs(nd->ndNRecs); in hfs_bnode_read()
166 curr = hfs_get_hs(RECTBL(bnode, lcv)); in hfs_bnode_read()
Dbtree.c232 bt->bthDepth = hfs_get_hs(th->bthDepth); in hfs_btree_init()
239 bt->bthKeyLen = hfs_get_hs(th->bthKeyLen); in hfs_btree_init()
Dhfs_btree.h217 { return hfs_get_hs(RECTBL(bnode,n)); } in bnode_offset()
Dfile_hdr.c677 layout->entries = hfs_get_hs(meta.entries); in hdr_write()
Dcatalog.c334 fil->clumpablks = (hfs_get_hs(cat->u.fil.ClpSize) in __read_entry()
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h232 #define hfs_get_hs(addr) ntohs(*((hfs_u16 *)(addr))) macro