Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 57) sorted by relevance

123

/linux-2.4.37.9/fs/reiserfs/
Ddir.c191 void make_empty_dir_item_v1 (char * body, __u32 dirid, __u32 objid, in make_empty_dir_item_v1() argument
196 memset (body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1()
197 deh = (struct reiserfs_de_head *)body; in make_empty_dir_item_v1()
219 memcpy (body + deh_location( &(deh[0]) ), ".", 1); in make_empty_dir_item_v1()
220 memcpy (body + deh_location( &(deh[1]) ), "..", 2); in make_empty_dir_item_v1()
224 void make_empty_dir_item (char * body, __u32 dirid, __u32 objid, in make_empty_dir_item() argument
229 memset (body, 0, EMPTY_DIR_SIZE); in make_empty_dir_item()
230 deh = (struct reiserfs_de_head *)body; in make_empty_dir_item()
252 memcpy (body + deh_location( &(deh[0]) ), ".", 1); in make_empty_dir_item()
253 memcpy (body + deh_location( &(deh[1]) ), "..", 2); in make_empty_dir_item()
Ddo_balan.c248 const char * body, /* body of inserted item or bytes to paste */ in balance_leaf() argument
284 if (flag == M_INSERT && body == 0) in balance_leaf()
323 leaf_insert_into_buf (&bi, n + item_pos - ret_val, ih, body, in balance_leaf()
333 body += (tb->lbytes - zeros_num); in balance_leaf()
351 leaf_insert_into_buf (&bi, n + item_pos - ret_val, ih, body, zeros_num); in balance_leaf()
384 tb->insert_size[0], body, zeros_num); in balance_leaf()
392 (struct reiserfs_de_head *)body, in balance_leaf()
393 body + DEH_SIZE, tb->insert_size[0] in balance_leaf()
436 l_n,body, zeros_num > l_n ? l_n : zeros_num in balance_leaf()
464 body += (l_n - zeros_num); in balance_leaf()
[all …]
Dlbalance.c808 const char * body, in leaf_paste_in_buffer() argument
853 if ( body ) { in leaf_paste_in_buffer()
861 memcpy (bh->b_data + ih_location(ih) + zeros_number, body, paste_size - zeros_number); in leaf_paste_in_buffer()
864 memcpy (bh->b_data + unmoved_loc - paste_size + zeros_number, body, paste_size - zeros_number); in leaf_paste_in_buffer()
/linux-2.4.37.9/arch/ia64/lib/
Dxor.S28 .body
65 .body
105 .body
148 .body
Dip_fast_csum.S32 .body
80 .body
Dflush.S25 .body
Dstrnlen_user.S23 .body
Dclear_page.S40 .body
Dcopy_page.S55 .body
Dstrlen.S95 .body
Dstrlen_user.S97 .body
Dclear_user.S61 .body
Dcopy_page_mck.S111 .body
/linux-2.4.37.9/arch/ia64/kernel/
Dpal.S72 .body
107 .body
155 .body
210 .body
Dentry.S61 .body
108 .body
130 .body
150 .body
228 .body
331 .body
442 .body
1034 .body
1062 .body
1088 .body
[all …]
Dgate.S79 .body
173 .body
193 .body
Defi_stub.S50 .body
Dunwind_decoder.c163 int body = (code & 0x20) != 0; in unw_decode_r1() local
167 UNW_DEC_PROLOGUE(R1, body, rlen, arg); in unw_decode_r1()
Dentry.h28 .body
/linux-2.4.37.9/arch/ia64/ia32/
Dia32_entry.S16 .body
38 .body
61 .body
79 .body
181 .body
/linux-2.4.37.9/net/ipv6/
DREADME5 and in the body of the message include:
/linux-2.4.37.9/Documentation/networking/
Dax25.txt11 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
Dtcp.txt28 off immediately if possible, but otherwise queue and compute the body
Dx25.txt35 majordomo@vger.kernel.org with the following in the message body:
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h120 const char* body; member

123