Searched refs:hfs_put_hs (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbins_del.c108 hfs_put_hs(hfs_get_hs(from++) + size, to++);
114 hfs_put_hs(hfs_get_hs(from++) + adjust, to++);
174 hfs_put_hs(hfs_get_hs(from--) + adjust, to--);
180 hfs_put_hs(hfs_get_hs(from--) - size, to--);
H A Dballoc.c82 hfs_put_hs(sizeof(struct NodeDescriptor), RECTBL(retval.bn, 1));
151 hfs_put_hs(sizeof(struct NodeDescriptor), RECTBL(retval, 1));
152 hfs_put_hs(0x1fa, RECTBL(retval, 2));
H A Dmdb.c239 hfs_put_hs(mdb->free_ablocks, raw->drFreeBks);
242 hfs_put_hs(mdb->root_files, raw->drNmFls);
243 hfs_put_hs(mdb->root_dirs, raw->drNmRtDirs);
H A Dextent.c28 hfs_put_hs(block, key->FABN);
111 hfs_put_hs(from->block[0], to->block1);
112 hfs_put_hs(from->length[0], to->length1);
113 hfs_put_hs(from->block[1], to->block2);
114 hfs_put_hs(from->length[1], to->length2);
115 hfs_put_hs(from->block[2], to->block3);
116 hfs_put_hs(from->length[2], to->length3);
H A Dbinsert.c62 hfs_put_hs(bnode_offset(bnode,i) + size, RECTBL(bnode,i+1));
140 hfs_put_hs(sizeof(struct NodeDescriptor) + ROUND(1+keylen) +
148 hfs_put_hs(sizeof(struct NodeDescriptor) + 2*ROUND(1+keylen) +
H A Dfile_hdr.c198 hfs_put_hs(layout->entries, meta->entries);
484 hfs_put_hs(HFS_AFP_RDONLY, tmp + 2);
501 hfs_put_hs(entry->u.file.flags, tmp + 2);
770 hfs_put_hs(HFS_AFP_RDONLY, tmp + 2);
787 hfs_put_hs(entry->u.file.flags, tmp + 2);
H A Dbnode.c520 hfs_put_hs(bn->ndNRecs, nd->ndNRecs);
H A Dbtree.c273 hfs_put_hs(bt->bthDepth, th->bthDepth);
H A Dfile_cap.c55 hfs_put_hs(HFS_AFP_RDONLY, meta->fi_attr);
H A Dbdelete.c44 hfs_put_hs(bnode_offset(bnode,i+1) - size, RECTBL(bnode,i));
H A Dcatalog.c382 hfs_put_hs(dir->dirs + dir->files, cat->u.dir.Val);
405 hfs_put_hs((fil->clumpablks * entry->mdb->alloc_blksz)
1202 hfs_put_hs(0xff, record.u.dir.UsrInfo.frView);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhfs_sysdep.h224 #define hfs_put_hs(val, addr) ((void)(*((hfs_u16 *)(addr)) = ntohs(val))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhfs_sysdep.h224 #define hfs_put_hs(val, addr) ((void)(*((hfs_u16 *)(addr)) = ntohs(val))) macro

Completed in 106 milliseconds