Searched refs:tagp (Results 1 – 6 of 6) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_dir2_block.c | 206 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local 231 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 255 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 295 *tagpp = tagp; in xfs_dir2_block_need_space() 381 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local 949 __be16 *tagp; /* end of entry (tag) */ in xfs_dir2_leaf_to_block() local 1102 __be16 *tagp; /* end of data entry */ in xfs_dir2_sf_to_block() local 1182 tagp = xfs_dir2_data_entry_tag_p(mp, dep); in xfs_dir2_sf_to_block() 1183 *tagp = cpu_to_be16(offset); in xfs_dir2_sf_to_block() 1198 *tagp = cpu_to_be16(offset); in xfs_dir2_sf_to_block() [all …]
|
| A D | xfs_dir2_data.c | 892 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 894 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free() 895 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|
| A D | xfs_dir2_leaf.c | 671 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local 923 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_leaf_addname() 924 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 955 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
|
| A D | xfs_dir2_node.c | 1927 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local 1986 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_node_addname_int() 1987 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_node_addname_int() 2008 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
|
| /fs/jbd2/ |
| A D | recovery.c | 200 char * tagp; in count_tags() local 208 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 211 memcpy(&tag, tagp, sizeof(tag)); in count_tags() 214 tagp += tag_bytes; in count_tags() 216 tagp += 16; in count_tags() 496 char *tagp; in jbd2_do_replay() local 510 while (tagp - bh->b_data + tag_bytes <= in jbd2_do_replay() 514 memcpy(&tag, tagp, sizeof(tag)); in jbd2_do_replay() 541 (journal_block_tag3_t *)tagp, in jbd2_do_replay() 577 tagp += tag_bytes; in jbd2_do_replay() [all …]
|
| A D | commit.c | 361 char *tagp = NULL; in jbd2_journal_commit_transaction() local 621 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 676 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction() 681 tagp += tag_bytes; in jbd2_journal_commit_transaction() 686 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction() 687 tagp += 16; in jbd2_journal_commit_transaction()
|
Completed in 23 milliseconds