Searched refs:tagp (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drecovery.c179 char * tagp; local
183 tagp = &bh->b_data[sizeof(hfsplus_jbd_header_t)];
185 while ((tagp - bh->b_data + sizeof(hfsplus_jbd_block_tag_t)) <= size) {
186 tag = (hfsplus_jbd_block_tag_t *) tagp;
189 tagp += sizeof(hfsplus_jbd_block_tag_t);
191 tagp += 16;
346 char * tagp; local
421 tagp = &bh->b_data[sizeof(hfsplus_jbd_header_t)];
422 while ((tagp - bh->b_data +sizeof(hfsplus_jbd_block_tag_t))
426 tag = (hfsplus_jbd_block_tag_t *) tagp;
[all...]
H A Dcommit.c206 char *tagp = NULL; local
531 tagp = &bh->b_data[sizeof(hfsplus_jbd_header_t)];
603 tag = (hfsplus_jbd_block_tag_t *) tagp;
606 tagp += sizeof(hfsplus_jbd_block_tag_t);
610 memcpy (tagp, journal->j_uuid, 16);
611 tagp += 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c183 char * tagp; local
187 tagp = &bh->b_data[sizeof(journal_header_t)];
189 while ((tagp - bh->b_data + sizeof(journal_block_tag_t)) <= size) {
190 tag = (journal_block_tag_t *) tagp;
193 tagp += sizeof(journal_block_tag_t);
195 tagp += 16;
352 char * tagp; local
426 tagp = &bh->b_data[sizeof(journal_header_t)];
427 while ((tagp - bh->b_data +sizeof(journal_block_tag_t))
431 tag = (journal_block_tag_t *) tagp;
[all...]
H A Dcommit.c292 char *tagp = NULL; local
539 tagp = &bh->b_data[sizeof(journal_header_t)];
602 tag = (journal_block_tag_t *) tagp;
605 tagp += sizeof(journal_block_tag_t);
609 memcpy (tagp, journal->j_uuid, 16);
610 tagp += 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c183 char * tagp; local
188 tagp = &bh->b_data[sizeof(journal_header_t)];
190 while ((tagp - bh->b_data + tag_bytes) <= size) {
191 tag = (journal_block_tag_t *) tagp;
194 tagp += tag_bytes;
196 tagp += 16;
362 char * tagp; local
435 tagp = &bh->b_data[sizeof(journal_header_t)];
436 while ((tagp - bh->b_data + tag_bytes)
440 tag = (journal_block_tag_t *) tagp;
[all...]
H A Dcommit.c300 char *tagp = NULL; local
548 tagp = &bh->b_data[sizeof(journal_header_t)];
611 tag = (journal_block_tag_t *) tagp;
614 tagp += tag_bytes;
618 memcpy (tagp, journal->j_uuid, 16);
619 tagp += 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c93 __be16 *tagp; /* pointer to tag value */ local
132 tagp = (__be16 *)blp - 1;
136 enddup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp));
195 tagp = (__be16 *)blp - 1;
199 dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp));
409 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep);
410 *tagp = cpu_to_be16((char *)dep - (char *)block);
900 __be16 *tagp; /* end of entry (tag) */ local
948 tagp = (__be16 *)((char *)block + mp->m_dirblksize) - 1;
949 dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp));
1047 __be16 *tagp; /* end of data entry */ local
[all...]
H A Dxfs_dir2_data.c546 __be16 *tagp; /* tag just before us */ local
548 tagp = (__be16 *)((char *)d + offset) - 1;
549 prevdup = (xfs_dir2_data_unused_t *)((char *)d + be16_to_cpu(*tagp));
H A Dxfs_dir2_leaf.c187 __be16 *tagp; /* end of data entry */ local
410 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep);
411 *tagp = cpu_to_be16((char *)dep - (char *)data);
533 be16_to_cpu(*tagp)));
H A Dxfs_dir2_node.c1382 __be16 *tagp; /* data entry tag pointer */ local
1701 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep);
1702 *tagp = cpu_to_be16((char *)dep - (char *)data);
1735 args->index = be16_to_cpu(*tagp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h412 __be32 * tagp; /* where to encode tag and opcount */ member in struct:nfsd4_compoundres
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c9816 char * tagp; local
9820 tagp = &bh->b_data[sizeof(journal_header_t)];
9822 while ((tagp - bh->b_data + sizeof(journal_block_tag_t)) <= size) {
9823 tag = (journal_block_tag_t *) tagp;
9826 tagp += sizeof(journal_block_tag_t);
9828 tagp += 16;
9933 char * tagp; local
9999 tagp = &bh->b_data[sizeof(journal_header_t)];
10000 while ((tagp - bh->b_data +sizeof(journal_block_tag_t))
10004 tag = (journal_block_tag_t *) tagp;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4proc.c834 resp->tagp = resp->p;
H A Dnfs4xdr.c2637 p = resp->tagp;

Completed in 166 milliseconds