Searched refs:tagp (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 199 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local 224 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 227 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space() 248 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 251 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space() 288 *tagpp = tagp; in xfs_dir2_block_need_space() 374 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local 400 xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup, in xfs_dir2_block_addname() 574 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_block_addname() 575 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_data.c | 865 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 867 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free() 868 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|
D | xfs_dir2_leaf.c | 611 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local 862 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_leaf_addname() 863 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 894 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_node.c | 1915 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local 1975 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_node_addname_int() 1976 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_node_addname_int() 1997 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
|
/fs/jbd2/ |
D | recovery.c | 198 char * tagp; in count_tags() local 206 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 208 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags() 209 tag = (journal_block_tag_t *) tagp; in count_tags() 212 tagp += tag_bytes; in count_tags() 214 tagp += 16; in count_tags() 507 char * tagp; in do_one_pass() local 620 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass() 621 while ((tagp - bh->b_data + tag_bytes) in do_one_pass() 625 tag = (journal_block_tag_t *) tagp; in do_one_pass() [all …]
|
D | commit.c | 395 char *tagp = NULL; in jbd2_journal_commit_transaction() local 670 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 729 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction() 734 tagp += tag_bytes; in jbd2_journal_commit_transaction() 739 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction() 740 tagp += 16; in jbd2_journal_commit_transaction()
|
/fs/nfsd/ |
D | xdr4.h | 727 __be32 * tagp; /* tag, opcount encode location */ member
|
D | nfs4proc.c | 2330 resp->tagp = resp->xdr.p; in nfsd4_proc_compound()
|
D | nfs4xdr.c | 5340 p = resp->tagp; in nfs4svc_encode_compoundres()
|