drop_node 57 fs/dlm/config.c static void drop_node(struct config_group *, struct config_item *); drop_node 331 fs/dlm/config.c .drop_item = drop_node, drop_node 981 fs/xfs/xfs_da_btree.c xfs_da_intnode_t *drop_node, *save_node; drop_node 986 fs/xfs/xfs_da_btree.c drop_node = drop_blk->bp->data; drop_node 988 fs/xfs/xfs_da_btree.c ASSERT(be16_to_cpu(drop_node->hdr.info.magic) == XFS_DA_NODE_MAGIC); drop_node 996 fs/xfs/xfs_da_btree.c if ((be32_to_cpu(drop_node->btree[0].hashval) < be32_to_cpu(save_node->btree[ 0 ].hashval)) || drop_node 997 fs/xfs/xfs_da_btree.c (be32_to_cpu(drop_node->btree[be16_to_cpu(drop_node->hdr.count)-1].hashval) < drop_node 1000 fs/xfs/xfs_da_btree.c btree = &save_node->btree[be16_to_cpu(drop_node->hdr.count)]; drop_node 1006 fs/xfs/xfs_da_btree.c (be16_to_cpu(save_node->hdr.count) + be16_to_cpu(drop_node->hdr.count)) * drop_node 1012 fs/xfs/xfs_da_btree.c be16_to_cpu(drop_node->hdr.count) * drop_node 1019 fs/xfs/xfs_da_btree.c tmp = be16_to_cpu(drop_node->hdr.count) * (uint)sizeof(xfs_da_node_entry_t); drop_node 1020 fs/xfs/xfs_da_btree.c memcpy(btree, &drop_node->btree[0], tmp); drop_node 1021 fs/xfs/xfs_da_btree.c be16_add_cpu(&save_node->hdr.count, be16_to_cpu(drop_node->hdr.count));